MULTEXT-East Morphosyntactic Specifications

3.18. Hungarian Specifications

Up: 3. Language Specific MULTEXT Specifications Previous: 3.17. Estonian Specifications Next: 3.19. Chechen Specifications

Table of contents

László Tihanyi, Tamás Váradi, Csaba Oravecz

2018-11-12

Language Name:
Hungarian
Code:
hu
Reference:
Wikipedia

3.18.1. Introduction to Hungarian Specifications

3.18.1.1. Derivation

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

TypeFormExampleGloss
BELIbeliház+beliproperty_of_living_in_the_house
FAJTAfajtamás+fajtaof_some_other_kind
FELEfélebútor+félesimilar_to_furniture
FORMAformatojás+formaegg_shaped
SZERUszerűtej+szerűmilk+y
IKEPiház+ihome_(e.g._made)
SKEPs, as, os, es, ösgyerek+eschild+ish
UKEPú, ű, jú, jűarc+ú(red)-face+d
FFOSZtlan, tlen, atlan, etlen, talan, telen-'devoid_of', _'-less'
MERnyikanál+nyispoon+full

Noun, A -> Noun

TypeFormExampleGloss
COLság, ségbarát+ságfriend+ship

Noun -> Noun

TypeFormExampleGloss
DIMcska, acska, ecske, öcske, ocskautcá+cskalittle_street
FEMKovács+néMrs._Kovács

Noun -> Verb

TypeFormExampleGloss
FIz, az, oz, ez, özautó+zgo_by_car

Verb -> Adjective

TypeFormExampleGloss
IFOSZT:atlan, etlenfelel+etlensg_not_being_answered
MIFó, őfelel+ősy_who_answers
MIBt, ott, ett, öttfelel+tthe_answered_(question)
MIAandó, endőfelel+endősg_that_should be_answered
NIVALÖanivaló, enivaló, nivalónéz+nivalósg_that_should_be_seen

Verb -> Adverb

TypeFormExampleGloss
HINva, veolvas+va(while)_reading_(the_book)

Numeral -> Adjective

TypeFormExampleGloss
KIEMikhatod+iksix+th
LAGOSlagos, legesmásod+lagossecond+ary

Verb -> Noun

TypeFormExampleGloss
IFás, ésolvas+ásread+ing_(gerund)
DEShatnék, hetnékolvas+hatnékthe_intention_of_reading

Adj -> Verb

TypeFormExampleGloss
FAKítszép+ítmake_it_pretty_(in_compounds_only)
MIod, ed, ödvállas+od+ikbecomes_strong
MIGYkod, ked, ködokos+kod+ikplays_the_smart_(frequently)

Verb -> Verb

TypeFormExampleGloss
MUVat, et, tattet_olvas+tatmakes_him_read
GYAKgat, get, ogat, eget, ögetolvas+gathe_reads_frequently
HAThat, hetolvas+hathe_may_read
VISSZód, ődold+ódikdissolves
SZENVtatik, tetikolvas+tatikmakes_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.

TypeFormExampleGloss
Nc-sn--ns1-+FAMékapá+m+éksome_people_with_my_father
Nc-su--u---+IKEPiasztal+onként+isg._done_by_each_every_table
Afc-sn--n----+KIEMiknagy+obb+ikthe_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.

TypeFormExampleGloss
Ag----+ablativtólakkor+tólsince_then
3.18.1.2. Compounding

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:

  1. Hungarian is similar to German but we have a competence limit: we do not put together more then 2 nouns. These two words might be compounds as well but they must be lexicalized forms. So e.g.: rendőregyenruha (police uniform) is valid since it is put together from rendőr (police) and egyenruha (uniform) where rendőr=rend (order) + őr (guard) and egyenruha=egyen (uni) + ruha (clothes).
  2. Of course the situation is more complicated since nouns can be derived from verbs, adjectives or other nouns, and these derivations can be parts of compounds: e.g. autóbuszmegálló (bus stop) where meg+áll+ó is derived from the verb áll (stand). Whereas megálló is lexicalized so dictionaries might contain it, the morphological rule is productive so compounding works well for constructions like tandíjbefizetés (paying the tution fee)= tan(tution)+ díj(fee)+ be(in) +fizet(pay) +és(ment).
  3. Compounding, such as derivation, will not be mirrorred in the Multext format morphological analysis; a converter will produce an acceptable segmentation in the corpus. The word class (POS) for these compounds will be the word class of the output compound (e.g. tandíjbefizetés/N 'the action of paying in the tuition fee').

3.18.2. Hungarian Category Index

3.18.2.1. Table of categories
CATEGORY (en)Value (en)Code (en)Attributes
CATEGORYNounN6
CATEGORYVerbV6
CATEGORYAdjectiveA7
CATEGORYPronounP7
CATEGORYArticleT1
CATEGORYAdverbR5
CATEGORYAdpositionS1
CATEGORYConjunctionC3
CATEGORYNumeralM7
CATEGORYInterjectionI1
CATEGORYAbbreviationY0
CATEGORYResidualX0
CATEGORYPunctuationZ0

3.18.3. Hungarian Noun

Specification for Hungarian Noun
PAttribute (en)Value (en)Code (en)
0CATEGORYNounN
1Typecommonc
properp
3Numbersingulars
pluralp
4Casenominativen
genitiveg
datived
accusativea
instrumentali
illativex
inessive2
elativee
allativet
adessive3
ablativeb
terminative9
essivew
temporalism
causalisc
sublatives
delativeh
sociativeq
factivey
superessivep
distributiveu
essive-formalf
8Owner_Numbersingulars
pluralp
9Owner_Personfirst1
second2
third3
10Owned_Numbersingulars
pluralp
3.18.3.1. Notes

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.

3.18.3.2. Combinations
PosTypeNumCaseOwnerNumOwnerPersOwnedNum
N[cp][sp][ngdaix2et3b9wmcshqypuf][sp][123][sp]
3.18.3.3. MSD Index

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.

MSDs (1848)
MSDFeaturesTypesExamples
Nc-snNoun Type=common Number=singular Case=nominative6834zűrzavar, zümmögés, zuhogó, zsúfoltság, zsold
Nc-sn-----sNoun Type=common Number=singular Case=nominative Owned_Number=singular55Winstoné/Winston, városé/város, útonállóé/útonálló, uraságé/uraság, tüllé/tüll
Nc-sn-----pNoun Type=common Number=singular Case=nominative Owned_Number=plural2övéi/öv, estéi/est
Nc-sn---s1Noun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=first171visszé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---s1sNoun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-sn---s1pNoun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-sn---s2Noun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=second64véleményed/vélemény, valamid/valami, utad/út, tested/test, szükséged/szükség
Nc-sn---s2sNoun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-sn---s2pNoun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-sn---s3Noun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=third1801zűrzavara/zűrzavar, zuhataga/zuhatag, zuhanása/zuhanás, zsarnoksága/zsarnokság, zöme/zöm
Nc-sn---s3sNoun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular2többségéé/többség, ezredeséé/ezredes
Nc-sn---s3pNoun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-sn---p1Noun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=first178voltunk/volt, viszonyunk/viszony, világunk/világ, véleményetek/vélemény, vásznunk/vászon
Nc-sn---p1sNoun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular1életeké/él
Nc-sn---p1pNoun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-sn---p2Noun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=second1
Nc-sn---p2sNoun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-sn---p2pNoun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-sn---p3Noun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=third303zsebük/zseb, zárkózottságuk/zárkózottság, vonatkozásuk/vonatkozás, vitájuk/vita, viszonyuk/viszony
Nc-sn---p3sNoun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-sn---p3pNoun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-sgNoun Type=common Number=singular Case=genitive1
Nc-sg-----sNoun Type=common Number=singular Case=genitive Owned_Number=singular1
Nc-sg-----pNoun Type=common Number=singular Case=genitive Owned_Number=plural1
Nc-sg---s1Noun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=first1
Nc-sg---s1sNoun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-sg---s1pNoun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-sg---s2Noun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=second1
Nc-sg---s2sNoun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-sg---s2pNoun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-sg---s3Noun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=third1
Nc-sg---s3sNoun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-sg---s3pNoun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-sg---p1Noun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=first1
Nc-sg---p1sNoun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-sg---p1pNoun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-sg---p2Noun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=second1
Nc-sg---p2sNoun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-sg---p2pNoun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-sg---p3Noun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=third1
Nc-sg---p3sNoun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-sg---p3pNoun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-sdNoun Type=common Number=singular Case=dative745zsírnak/zsír, zónának/zóna, zavarnak/zavar, zárnak/zár, Winstonnak/Winston
Nc-sd-----sNoun Type=common Number=singular Case=dative Owned_Number=singular174vonó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-----pNoun Type=common Number=singular Case=dative Owned_Number=plural1
Nc-sd---s1Noun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=first1
Nc-sd---s1sNoun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-sd---s1pNoun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-sd---s2Noun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=second18törődnek/törő, törekednek/törek, nagyváradnak/nagyvár, lázadnak/láz, kerekednek/kerék
Nc-sd---s2sNoun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-sd---s2pNoun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-sd---s3Noun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=third492zárjának/zár, zálogának/zálog, vonzerejének/vonzerő, vonósnégyesének/vonósnégyes, vonalának/vonal
Nc-sd---s3sNoun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-sd---s3pNoun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-sd---p1Noun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=first16vérünknek/vér, rendszerünknek/rendszer, nemzetgazdaságunknak/nemzetgazdaság, munkatársunknak/munkatárs, mindnyájunknak/mindnyáj
Nc-sd---p1sNoun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-sd---p1pNoun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-sd---p2Noun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=second1
Nc-sd---p2sNoun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-sd---p2pNoun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-sd---p3Noun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=third13vejüknek/vő, vejüknek/vej, tevékenységüknek/tevékenység, szerencséjüknek/szerencse, sétájuknak/séta
Nc-sd---p3sNoun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-sd---p3pNoun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-saNoun Type=common Number=singular Case=accusative2508züllést/züllés, zsoldot/zsold, zsírt/zsír, zsírsertést/zsírsertés, zsinegdarabot/zsinegdarab
Nc-sa-----sNoun Type=common Number=singular Case=accusative Owned_Number=singular412zsebé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-----pNoun Type=common Number=singular Case=accusative Owned_Number=plural1
Nc-sa---s1Noun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=first1
Nc-sa---s1sNoun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-sa---s1pNoun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-sa---s2Noun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=second20zagyvasá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---s2sNoun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-sa---s2pNoun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-sa---s3Noun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=third1053zsírját/zsír, zsebét/zseb, zsákját/zsák, zenekarát/zenekar, zavartalanságát/zavartalanság
Nc-sa---s3sNoun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-sa---s3pNoun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-sa---p1Noun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=first51vilá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---p1sNoun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-sa---p1pNoun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-sa---p2Noun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=second1
Nc-sa---p2sNoun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-sa---p2pNoun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-sa---p3Noun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=third124zsarnokságukat/zsarnokság, vezetőjüket/vezető, véleményüket/vélemény, ügyüket/ügy, türelmüket/türelem
Nc-sa---p3sNoun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-sa---p3pNoun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-siNoun Type=common Number=singular Case=instrumental981zsebbel/zseb, zsákkal/zsák, zsákdarabbal/zsákdarab, zöngéssel/zöngés, zenével/zene
Nc-si-----sNoun Type=common Number=singular Case=instrumental Owned_Number=singular133Winstonéval/Winston, vezetésével/vezetés, vezényletével/vezénylet, véleményével/vélemény, ütemével/ütem
Nc-si-----pNoun Type=common Number=singular Case=instrumental Owned_Number=plural1
Nc-si---s1Noun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=first17vejemmel/vej, tudtommal/tudta, számmal/száj, mutatóujjammal/mutatóujj, magánéletemmel/magánélet
Nc-si---s1sNoun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-si---s1pNoun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-si---s2Noun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=second2botrányoddal/botrány, barátoddal/barát
Nc-si---s2sNoun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-si---s2pNoun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-si---s3Noun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=third325zsidó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---s3sNoun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-si---s3pNoun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-si---p1Noun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=first10újságszeletekkel/újságszél, terminológiánkkal/terminológia, szemünkkel/szem, önmagunkkal/önmag, magunkkal/mag
Nc-si---p1sNoun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-si---p1pNoun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-si---p2Noun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=second1
Nc-si---p2sNoun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-si---p2pNoun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-si---p3Noun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=third15tetejükkel/tető, segítségükkel/segítség, orrukkal/orr, munkájukkal/munka, megegyezésükkel/megegyezés
Nc-si---p3sNoun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-si---p3pNoun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-sxNoun Type=common Number=singular Case=illative442zsákdarabba/zsákdarab, zsákba/zsák, zihálásba/zihálás, zenélésbe/zenélés, zavarba/zavar
Nc-sx-----sNoun Type=common Number=singular Case=illative Owned_Number=singular54zsebébe/zseb, vezetésébe/vezetés, vérkeringésébe/vérkeringés, védelmébe/védelem, ügyébe/ügy
Nc-sx-----pNoun Type=common Number=singular Case=illative Owned_Number=plural1
Nc-sx---s1Noun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=first1
Nc-sx---s1sNoun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-sx---s1pNoun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-sx---s2Noun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=second5naplódba/napló, húzódba/húzó, eszedbe/ész, csődbe/cső, arcodba/arc
Nc-sx---s2sNoun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-sx---s2pNoun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-sx---s3Noun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=third139zsebé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---s3sNoun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-sx---s3pNoun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-sx---p1Noun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=first14testünkbe/test, padlónkba/padló, ölünkbe/öl, nyelvünkbe/nyelv, lábunkba/láb
Nc-sx---p1sNoun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-sx---p1pNoun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-sx---p2Noun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=second1
Nc-sx---p2sNoun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-sx---p2pNoun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-sx---p3Noun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=third18városukba/város, tökéletességükbe/tökéletesség, szemükbe/szem, szájukba/száj, otthonukba/otthon
Nc-sx---p3sNoun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-sx---p3pNoun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-s2Noun Type=common Number=singular Case=inessive950zűrzavarban/zűrzavar, zúgásban/zúgás, zsírban/zsír, zsibvásárban/zsibvásár, zsibogóban/zsibogó
Nc-s2-----sNoun Type=common Number=singular Case=inessive Owned_Number=singular152zsebében/zseb, zömében/zöm, zenében/zen, visszfényében/visszfény, viselkedésében/viselkedés
Nc-s2-----pNoun Type=common Number=singular Case=inessive Owned_Number=plural1
Nc-s2---s1Noun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=first1
Nc-s2---s1sNoun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular1értelemében/értél
Nc-s2---s1pNoun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-s2---s2Noun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=second15véredben/vér, okádékodban/okádék, koponyádban/koponya, kezedben/kéz, gyűjtésedben/gyűjtés
Nc-s2---s2sNoun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-s2---s2pNoun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-s2---s3Noun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=third409zsebében/zseb, zsargonjában/zsargon, zömében/zöm, zenében/zen, zajában/zaj
Nc-s2---s3sNoun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-s2---s3pNoun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-s2---p1Noun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=first33zsebünkben/zseb, világunkban/világ, tudatunkban/tudat, témánkban/téma, társadalmunkban/társadalom
Nc-s2---p1sNoun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-s2---p1pNoun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-s2---p2Noun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=second1
Nc-s2---p2sNoun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-s2---p2pNoun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-s2---p3Noun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=third37várukban/vár, vallatásukban/vallatás, tulajdonukban/tulajdon, tudatukban/tudat, többségükben/többség
Nc-s2---p3sNoun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-s2---p3pNoun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-seNoun Type=common Number=singular Case=elative378zsemléből/zsemle, zsebből/zseb, zsákból/zsák, zónából/zóna, Winstonból/Winston
Nc-se-----sNoun Type=common Number=singular Case=elative Owned_Number=singular46zsebé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-----pNoun Type=common Number=singular Case=elative Owned_Number=plural1
Nc-se---s1Noun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=first1
Nc-se---s1sNoun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-se---s1pNoun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-se---s2Noun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=second4szádból/száj, fejedből/fej, álmodból/álom, akaratodból/akarat
Nc-se---s2sNoun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-se---s2pNoun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-se---s3Noun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=third146zű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---s3sNoun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-se---s3pNoun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-se---p1Noun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=first8szemü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---p1sNoun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-se---p1pNoun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-se---p2Noun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=second1
Nc-se---p2sNoun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-se---p2pNoun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-se---p3Noun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=third21testükből/test, testtartásukból/testtartás, szőrükből/szőr, szerkezetükből/szerkezet, szemükből/szem
Nc-se---p3sNoun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-se---p3pNoun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-stNoun Type=common Number=singular Case=allative269Winstonhoz/Winston, vizsgához/vizsga, véleményhez/vélemény, véghez/vég, vámtisztviselőhöz/vámtisztviselő
Nc-st-----sNoun Type=common Number=singular Case=allative Owned_Number=singular55vé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-----pNoun Type=common Number=singular Case=allative Owned_Number=plural1
Nc-st---s1Noun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=first1
Nc-st---s1sNoun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular1pereméhez/per
Nc-st---s1pNoun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-st---s2Noun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=second3rögeszmédhez/rögeszme, csődhöz/cső, betegségedhez/betegség
Nc-st---s2sNoun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-st---s2pNoun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-st---s3Noun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=third124zá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---s3sNoun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-st---s3pNoun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-st---p1Noun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=first8ügyünkhöz/ügy, szívünkhöz/szív, magunkhoz/mag, lapunkhoz/lapu, lapunkhoz/lap
Nc-st---p1sNoun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-st---p1pNoun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-st---p2Noun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=second1
Nc-st---p2sNoun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-st---p2pNoun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-st---p3Noun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=third13testükhöz/test, talpukhoz/talp, szolgálatukhoz/szolgálat, szétszedésükhöz/szétszedés, sírjukhoz/sír
Nc-st---p3sNoun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-st---p3pNoun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-s3Noun Type=common Number=singular Case=adessive139voksolá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-----sNoun Type=common Number=singular Case=adessive Owned_Number=singular13vé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-----pNoun Type=common Number=singular Case=adessive Owned_Number=plural1
Nc-s3---s1Noun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=first1
Nc-s3---s1sNoun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-s3---s1pNoun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-s3---s2Noun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=second1
Nc-s3---s2sNoun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-s3---s2pNoun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-s3---s3Noun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=third41vé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---s3sNoun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-s3---s3pNoun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-s3---p1Noun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=first2parancsnokságunknál/parancsnokság, művészeteknél/művész
Nc-s3---p1sNoun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-s3---p1pNoun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-s3---p2Noun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=second1
Nc-s3---p2sNoun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-s3---p2pNoun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-s3---p3Noun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=third1
Nc-s3---p3sNoun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-s3---p3pNoun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-sbNoun Type=common Number=singular Case=ablative273zivatartól/zivatar, zajtól/zaj, Winstontól/Winston, vöröskereszttől/vöröskereszt, víztől/víz
Nc-sb-----sNoun Type=common Number=singular Case=ablative Owned_Number=singular33vé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-----pNoun Type=common Number=singular Case=ablative Owned_Number=plural1
Nc-sb---s1Noun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=first1
Nc-sb---s1sNoun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-sb---s1pNoun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-sb---s2Noun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=second2váradtól/vár, árpádtól/árpa
Nc-sb---s2sNoun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-sb---s2pNoun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-sb---s3Noun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=third95ví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---s3sNoun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-sb---s3pNoun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-sb---p1Noun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=first3professzorunktól/professzor, gyerekkorunktól/gyerekkor, betegségünktől/betegség
Nc-sb---p1sNoun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-sb---p1pNoun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-sb---p2Noun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=second1
Nc-sb---p2sNoun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-sb---p2pNoun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-sb---p3Noun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=third6szü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---p3sNoun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-sb---p3pNoun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-s9Noun Type=common Number=singular Case=terminative106zsú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-----sNoun Type=common Number=singular Case=terminative Owned_Number=singular10vé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-----pNoun Type=common Number=singular Case=terminative Owned_Number=plural1
Nc-s9---s1Noun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=first2velőmig/velő, halálomig/halál
Nc-s9---s1sNoun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-s9---s1pNoun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-s9---s2Noun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=second3nagyváradig/nagyvár, korodig/kor, halálodig/halál
Nc-s9---s2sNoun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-s9---s2pNoun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-s9---s3Noun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=third27világáig/világ, velejéig/velő, végéig/vég, tetejéig/tető, szótáráig/szótár
Nc-s9---s3sNoun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-s9---s3pNoun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-s9---p1Noun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=first2lapzártánkig/lapzárta, házikónkig/házikó
Nc-s9---p1sNoun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-s9---p1pNoun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-s9---p2Noun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=second1
Nc-s9---p2sNoun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-s9---p2pNoun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-s9---p3Noun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=third1halálukig/halál
Nc-s9---p3sNoun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-s9---p3pNoun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-swNoun Type=common Number=singular Case=essive58zá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-----sNoun Type=common Number=singular Case=essive Owned_Number=singular5kamarapartneréül/kamarapartner, jeléül/jel, feltételéül/feltétel, eszközéül/eszköz, elismeréséül/elismerés
Nc-sw-----pNoun Type=common Number=singular Case=essive Owned_Number=plural1
Nc-sw---s1Noun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=first1
Nc-sw---s1sNoun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-sw---s1pNoun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-sw---s2Noun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=second1
Nc-sw---s2sNoun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-sw---s2pNoun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-sw---s3Noun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=third12vá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---s3sNoun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-sw---s3pNoun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-sw---p1Noun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=first1
Nc-sw---p1sNoun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-sw---p1pNoun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-sw---p2Noun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=second1
Nc-sw---p2sNoun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-sw---p2pNoun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-sw---p3Noun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=third1
Nc-sw---p3sNoun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-sw---p3pNoun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-smNoun Type=common Number=singular Case=temporalis36zá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-----sNoun Type=common Number=singular Case=temporalis Owned_Number=singular1
Nc-sm-----pNoun Type=common Number=singular Case=temporalis Owned_Number=plural1
Nc-sm---s1Noun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=first1
Nc-sm---s1sNoun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-sm---s1pNoun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-sm---s2Noun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=second1
Nc-sm---s2sNoun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-sm---s2pNoun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-sm---s3Noun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=third25visszaadá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---s3sNoun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-sm---s3pNoun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-sm---p1Noun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=first1lapzártánkkor/lapzárta
Nc-sm---p1sNoun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-sm---p1pNoun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-sm---p2Noun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=second1
Nc-sm---p2sNoun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-sm---p2pNoun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-sm---p3Noun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=third2megszületésükkor/megszületés, belépésükkor/belépés
Nc-sm---p3sNoun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-sm---p3pNoun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-scNoun Type=common Number=singular Case=causalis114zagyvaságért/zagyvaság, vízért/víz, visszhangtalanságért/visszhangtalanság, világért/világ, valamiért/valami
Nc-sc-----sNoun Type=common Number=singular Case=causalis Owned_Number=singular24tú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-----pNoun Type=common Number=singular Case=causalis Owned_Number=plural1
Nc-sc---s1Noun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=first1
Nc-sc---s1sNoun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-sc---s1pNoun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-sc---s2Noun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=second1lelkiismeretedért/lelkiismeret
Nc-sc---s2sNoun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-sc---s2pNoun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-sc---s3Noun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=third43zené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---s3sNoun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-sc---s3pNoun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-sc---p1Noun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=first4pénzünkért/pénz, lányunkért/lány, hasunkért/has, állapotokért/állap
Nc-sc---p1sNoun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-sc---p1pNoun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-sc---p2Noun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=second1
Nc-sc---p2sNoun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-sc---p2pNoun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-sc---p3Noun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=third3vereségükért/vereség, telefonkártyájukért/telefonkártya, mindnyájukért/mindnyáj
Nc-sc---p3sNoun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-sc---p3pNoun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-ssNoun Type=common Number=singular Case=sublative855zsebre/zseb, zsákszámra/zsákszám, zenére/zene, zenehallgatásra/zenehallgatás, zeneesztétikára/zeneesztétika
Nc-ss-----sNoun Type=common Number=singular Case=sublative Owned_Number=singular167zsebé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-----pNoun Type=common Number=singular Case=sublative Owned_Number=plural1
Nc-ss---s1Noun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=first13védelmemre/védelem, tudomásomra/tudomás, tanításomra/tanítás, szuperállamra/szuperáll, számomra/szám
Nc-ss---s1sNoun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-ss---s1pNoun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-ss---s2Noun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=second8váradra/vár, terhedre/teher, szegedre/szeg, számodra/szám, nagyváradra/nagyvár
Nc-ss---s2sNoun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-ss---s2pNoun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-ss---s3Noun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=third395zsebé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---s3sNoun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-ss---s3pNoun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-ss---p1Noun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=first19vezérünkre/vezér, vállunkra/váll, torkunkra/torok, szemünkre/szem, számunkra/szám
Nc-ss---p1sNoun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-ss---p1pNoun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-ss---p2Noun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=second1
Nc-ss---p2sNoun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-ss---p2pNoun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-ss---p3Noun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=third26vendégükre/vendég, védelmükre/védelem, ujjukra/ujj, terhükre/teher, találkozásukra/találkozás
Nc-ss---p3sNoun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-ss---p3pNoun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-shNoun Type=common Number=singular Case=delative333zsí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-----sNoun Type=common Number=singular Case=delative Owned_Number=singular77visszaté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-----pNoun Type=common Number=singular Case=delative Owned_Number=plural1
Nc-sh---s1Noun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=first1
Nc-sh---s1sNoun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-sh---s1pNoun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-sh---s2Noun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=second2váradról/vár, arcodról/arc
Nc-sh---s2sNoun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-sh---s2pNoun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-sh---s3Noun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=third189zongoralecké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---s3sNoun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-sh---s3pNoun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-sh---p1Noun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=first4világunkról/világ, részünkről/rész, megyénkről/megye, magunkról/mag
Nc-sh---p1sNoun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-sh---p1pNoun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-sh---p2Noun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=second1
Nc-sh---p2sNoun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-sh---p2pNoun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-sh---p3Noun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=third8tá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---p3sNoun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-sh---p3pNoun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-sqNoun Type=common Number=singular Case=sociative2levelestül/levél, gyökerestül/gyökér
Nc-sq-----sNoun Type=common Number=singular Case=sociative Owned_Number=singular1
Nc-sq-----pNoun Type=common Number=singular Case=sociative Owned_Number=plural1
Nc-sq---s1Noun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=first1
Nc-sq---s1sNoun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-sq---s1pNoun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-sq---s2Noun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=second1
Nc-sq---s2sNoun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-sq---s2pNoun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-sq---s3Noun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=third1
Nc-sq---s3sNoun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-sq---s3pNoun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-sq---p1Noun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=first1
Nc-sq---p1sNoun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-sq---p1pNoun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-sq---p2Noun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=second1
Nc-sq---p2sNoun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-sq---p2pNoun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-sq---p3Noun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=third1
Nc-sq---p3sNoun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-sq---p3pNoun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-syNoun Type=common Number=singular Case=factive92vízzé/víz, vezérimádattá/vezérimádat, valóvá/való, valósággá/valóság, ünneppé/ünnep
Nc-sy-----sNoun Type=common Number=singular Case=factive Owned_Number=singular7tartó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-----pNoun Type=common Number=singular Case=factive Owned_Number=plural1
Nc-sy---s1Noun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=first1
Nc-sy---s1sNoun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-sy---s1pNoun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-sy---s2Noun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=second1erőddé/erő
Nc-sy---s2sNoun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-sy---s2pNoun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-sy---s3Noun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=third21vezető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---s3sNoun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-sy---s3pNoun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-sy---p1Noun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=first1miniszterelnökünkké/miniszterelnök
Nc-sy---p1sNoun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-sy---p1pNoun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-sy---p2Noun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=second1
Nc-sy---p2sNoun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-sy---p2pNoun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-sy---p3Noun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=third2jelükké/jel, áldozatukká/áldozat
Nc-sy---p3sNoun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-sy---p3pNoun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-spNoun Type=common Number=singular Case=superessive633zsoldon/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-----sNoun Type=common Number=singular Case=superessive Owned_Number=singular76vé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-----pNoun Type=common Number=singular Case=superessive Owned_Number=plural1
Nc-sp---s1Noun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=first7utamon/út, számon/száj, rovásomon/rovás, költségemen/költség, fejemen/fej
Nc-sp---s1sNoun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular1peremén/per
Nc-sp---s1pNoun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-sp---s2Noun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=second7váradon/vár, testeden/test, telefonodon/telefon, szegeden/szeg, lábadon/láb
Nc-sp---s2sNoun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular1könnyedén/könny
Nc-sp---s2pNoun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-sp---s3Noun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=third252vizsgaelőadásán/vizsgaelőadás, viszonyán/viszony, viadalán/viadal, végén/vég, vállán/váll
Nc-sp---s3sNoun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-sp---s3pNoun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-sp---p1Noun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=first15tudatunkon/tudat, szemétdombunkon/szemétdomb, sorsunkon/sors, rajzunkon/rajz, pozíciónkon/pozíció
Nc-sp---p1sNoun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-sp---p1pNoun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-sp---p2Noun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=second1
Nc-sp---p2sNoun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-sp---p2pNoun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-sp---p3Noun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=third28üvegajtajukon/üvegajtó, ülésükön/ülés, térdükön/térd, temetésükön/temetés, talpukon/talp
Nc-sp---p3sNoun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-sp---p3pNoun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-suNoun Type=common Number=singular Case=distributive35vércsoportonként/vércsoport, tömbönként/tömb, rekordonként/rekord, reggelenként/reggel, pillanatonként/pillanat
Nc-su-----sNoun Type=common Number=singular Case=distributive Owned_Number=singular1
Nc-su-----pNoun Type=common Number=singular Case=distributive Owned_Number=plural1
Nc-su---s1Noun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=first1
Nc-su---s1sNoun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-su---s1pNoun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-su---s2Noun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=second1
Nc-su---s2sNoun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-su---s2pNoun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-su---s3Noun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=third1
Nc-su---s3sNoun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-su---s3pNoun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-su---p1Noun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=first1
Nc-su---p1sNoun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-su---p1pNoun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-su---p2Noun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=second1
Nc-su---p2sNoun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-su---p2pNoun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-su---p3Noun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=third1
Nc-su---p3sNoun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-su---p3pNoun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-sfNoun Type=common Number=singular Case=essive-formal1
Nc-sf-----sNoun Type=common Number=singular Case=essive-formal Owned_Number=singular1
Nc-sf-----pNoun Type=common Number=singular Case=essive-formal Owned_Number=plural1
Nc-sf---s1Noun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first1
Nc-sf---s1sNoun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-sf---s1pNoun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-sf---s2Noun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second1
Nc-sf---s2sNoun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-sf---s2pNoun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-sf---s3Noun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third1
Nc-sf---s3sNoun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-sf---s3pNoun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-sf---p1Noun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first1
Nc-sf---p1sNoun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-sf---p1pNoun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-sf---p2Noun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second1
Nc-sf---p2sNoun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-sf---p2pNoun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-sf---p3Noun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third1
Nc-sf---p3sNoun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-sf---p3pNoun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-pnNoun Type=common Number=plural Case=nominative1872zugá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-----sNoun Type=common Number=plural Case=nominative Owned_Number=singular6rendszereké/rendszer, nőké/nő, kémeké/kém, katonáké/katona, életeké/élet
Nc-pn-----pNoun Type=common Number=plural Case=nominative Owned_Number=plural1
Nc-pn---s1Noun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=first19uraim/úr, társaim/társ, tanulmányaim/tanulmány, szüleim/szülő, pácienseim/páciens
Nc-pn---s1sNoun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-pn---s1pNoun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-pn---s2Noun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=second6problémáid/probléma, munkadarabjaid/munkadarab, lánytanítványaid/lánytanítvány, lábujjaid/lábujj, gondolataid/gondolat
Nc-pn---s2sNoun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-pn---s2pNoun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-pn---s3Noun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=third474zökkenői/zökkenő, zenekarai/zenekar, zászlai/zászló, vonalai/vonal, völgyei/völgy
Nc-pn---s3sNoun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular2eredményeié/eredmény, ellenfeleié/ellenfél
Nc-pn---s3pNoun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-pn---p1Noun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=first48vezetőink/vezető, vágyaink/vágy, vádjaink/vád, útlevélkérelmeink/útlevélkérelem, útitársaink/útitárs
Nc-pn---p1sNoun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-pn---p1pNoun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-pn---p2Noun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=second1
Nc-pn---p2sNoun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-pn---p2pNoun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-pn---p3Noun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=third68vitáik/vita, versenytársaik/versenytárs, véleményeik/vélemény, védenceik/védenc, vallomásaik/vallomás
Nc-pn---p3sNoun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-pn---p3pNoun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-pgNoun Type=common Number=plural Case=genitive1
Nc-pg-----sNoun Type=common Number=plural Case=genitive Owned_Number=singular1
Nc-pg-----pNoun Type=common Number=plural Case=genitive Owned_Number=plural1
Nc-pg---s1Noun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=first1
Nc-pg---s1sNoun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-pg---s1pNoun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-pg---s2Noun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=second1
Nc-pg---s2sNoun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-pg---s2pNoun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-pg---s3Noun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=third1
Nc-pg---s3sNoun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-pg---s3pNoun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-pg---p1Noun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=first1
Nc-pg---p1sNoun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-pg---p1pNoun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-pg---p2Noun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=second1
Nc-pg---p2sNoun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-pg---p2pNoun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-pg---p3Noun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=third1
Nc-pg---p3sNoun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-pg---p3pNoun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-pdNoun Type=common Number=plural Case=dative186vevő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-----sNoun Type=common Number=plural Case=dative Owned_Number=singular1főnökének/főn
Nc-pd-----pNoun Type=common Number=plural Case=dative Owned_Number=plural1
Nc-pd---s1Noun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=first2fiaimnak/fiú, fiaimnak/fi
Nc-pd---s1sNoun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-pd---s1pNoun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-pd---s2Noun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=second1
Nc-pd---s2sNoun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-pd---s2pNoun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-pd---s3Noun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=third138vezetőinek/vezető, vezércikkeinek/vezércikk, versenytársainak/versenytárs, vallatóinak/vallató, úttörőiről/úttörő
Nc-pd---s3sNoun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-pd---s3pNoun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-pd---p1Noun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=first4utódainknak/utód, igazolványainknak/igazolvány, idegeinknek/ideg, adottságainknak/adottság
Nc-pd---p1sNoun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-pd---p1pNoun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-pd---p2Noun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=second2fiaitoknak/fiú, fiaitoknak/fi
Nc-pd---p2sNoun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-pd---p2pNoun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-pd---p3Noun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=third9védenceiknek/védenc, vágyaiknak/vágy, tisztjeiknek/tiszt, szüleiknek/szülő, katonatiszt-fiaiknak/katonatiszt-fiú
Nc-pd---p3sNoun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-pd---p3pNoun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-paNoun Type=common Number=plural Case=accusative819zsellérgyerekeket/zsellérgyerek, zsebeket/zseb, zöldségféléket/zöldségféle, zoknikat/zokni, zenészeket/zenész
Nc-pa-----sNoun Type=common Number=plural Case=accusative Owned_Number=singular3tőkét/tő, főnökét/főn, énekét/én
Nc-pa-----pNoun Type=common Number=plural Case=accusative Owned_Number=plural1
Nc-pa---s1Noun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=first8ujjaimat/ujj, szempontjaimat/szempont, papírjaimat/papír, opáljaimat/opál, jogaimat/jog
Nc-pa---s1sNoun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-pa---s1pNoun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-pa---s2Noun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=second4passzióidat/passzió, papírjaidat/papír, fülkarikáidat/fülkarika, érzéseidet/érzés
Nc-pa---s2sNoun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-pa---s2pNoun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-pa---s3Noun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=third265viszonyait/viszony, visszavágóit/visszavágó, villanyégőit/villanyégő, vezetőit/vezető, vezércikkeit/vezércikk
Nc-pa---s3sNoun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-pa---s3pNoun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-pa---p1Noun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=first10varainkat/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---p1sNoun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular1tárgyalópartnereinkét/tárgyalópartner
Nc-pa---p1pNoun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-pa---p2Noun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=second1
Nc-pa---p2sNoun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-pa---p2pNoun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-pa---p3Noun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=third64zagyvaságaikat/zagyvaság, vonalaikat/vonal, törvényeiket/törvény, töltőtollaikat/töltőtoll, tetteiket/tett
Nc-pa---p3sNoun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-pa---p3pNoun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-piNoun Type=common Number=plural Case=instrumental315zászlókkal/zászló, zagyvaságokkal/zagyvaság, zacskókkal/zacskó, vonalakkal/vonal, vizsgálatokkal/vizsgálat
Nc-pi-----sNoun Type=common Number=plural Case=instrumental Owned_Number=singular7tő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-----pNoun Type=common Number=plural Case=instrumental Owned_Number=plural1
Nc-pi---s1Noun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=first1példáimmal/példa
Nc-pi---s1sNoun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-pi---s1pNoun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-pi---s2Noun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=second1
Nc-pi---s2sNoun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-pi---s2pNoun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-pi---s3Noun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=third71vezetőivel/vezető, ügynökeivel/ügynök, ügyeivel/ügy, történéseivel/történés, tisztségviselőivel/tisztségviselő
Nc-pi---s3sNoun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-pi---s3pNoun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-pi---p1Noun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=first2elnyomóinkkal/elnyomó, cselédkönyveinkkel/cselédkönyv
Nc-pi---p1sNoun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-pi---p1pNoun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-pi---p2Noun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=second1lányaitokkal/lány
Nc-pi---p2sNoun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-pi---p2pNoun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-pi---p3Noun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=third19ujjaikkal/ujj, ügynökeikkel/ügynök, tepsijeikkel/tepsi, tanúvallomásaikkal/tanúvallomás, szüleikkel/szülő
Nc-pi---p3sNoun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-pi---p3pNoun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-pxNoun Type=common Number=plural Case=illative53üzlethelyiségekbe/üzlethelyiség, uradalmakba/uradalom, tokokba/tok, tócsákba/tócsa, távolságokba/távolság
Nc-px-----sNoun Type=common Number=plural Case=illative Owned_Number=singular1
Nc-px-----pNoun Type=common Number=plural Case=illative Owned_Number=plural1
Nc-px---s1Noun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=first1
Nc-px---s1sNoun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-px---s1pNoun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-px---s2Noun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=second1
Nc-px---s2sNoun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-px---s2pNoun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-px---s3Noun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=third11ujjaiba/ujj, soraiba/sor, rejtelmeibe/rejtelem, orrlyukaiba/orrlyuk, munkálataiba/munkálat
Nc-px---s3sNoun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-px---s3pNoun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-px---p1Noun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=first1szőnyegeinkbe/szőnyeg
Nc-px---p1sNoun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-px---p1pNoun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-px---p2Noun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=second1
Nc-px---p2sNoun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-px---p2pNoun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-px---p3Noun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=third1gondolataikba/gondolat
Nc-px---p3sNoun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-px---p3pNoun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-p2Noun Type=common Number=plural Case=inessive186vitá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-----sNoun Type=common Number=plural Case=inessive Owned_Number=singular1
Nc-p2-----pNoun Type=common Number=plural Case=inessive Owned_Number=plural1
Nc-p2---s1Noun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=first1ábrándozásaimban/ábrándozás
Nc-p2---s1sNoun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-p2---s1pNoun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-p2---s2Noun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=second1idegességeidben/idegesség
Nc-p2---s2sNoun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-p2---s2pNoun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-p2---s3Noun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=third75villáiban/villa, vallomásaiban/vallomás, útvesztőiben/útvesztő, üdülőiben/üdülő, torkolataiban/torkolat
Nc-p2---s3sNoun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-p2---s3pNoun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-p2---p1Noun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=first2napjainkban/nap, condráinkban/condra
Nc-p2---p1sNoun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-p2---p1pNoun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-p2---p2Noun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=second1
Nc-p2---p2sNoun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-p2---p2pNoun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-p2---p3Noun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=third8vonalaikban/vonal, soraikban/sor, módszereikben/módszer, járműveikben/jármű, izmaikban/izom
Nc-p2---p3sNoun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-p2---p3pNoun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-peNoun Type=common Number=plural Case=elative94villanykö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-----sNoun Type=common Number=plural Case=elative Owned_Number=singular1
Nc-pe-----pNoun Type=common Number=plural Case=elative Owned_Number=plural1
Nc-pe---s1Noun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=first1
Nc-pe---s1sNoun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-pe---s1pNoun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-pe---s2Noun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=second1
Nc-pe---s2sNoun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-pe---s2pNoun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-pe---s3Noun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=third37zugaiból/zug, vulkánjaiból/vulkán, utalásaiból/utalás, tévedéseiből/tévedés, termeiből/terem
Nc-pe---s3sNoun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-pe---s3pNoun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-pe---p1Noun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=first1
Nc-pe---p1sNoun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-pe---p1pNoun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-pe---p2Noun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=second1
Nc-pe---p2sNoun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-pe---p2pNoun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-pe---p3Noun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=third5szavaikból/szó, írógépeikből/írógép, falvaikból/falu, bevételeikből/bevétel, áraikból/ár
Nc-pe---p3sNoun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-pe---p3pNoun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-ptNoun Type=common Number=plural Case=allative65vonalakhoz/vonal, vitákhoz/vita, világítótestekhez/világítótest, választásokhoz/választás, urnákhoz/urna
Nc-pt-----sNoun Type=common Number=plural Case=allative Owned_Number=singular2tömegekéhez/tömeg, kábelekéhez/kábel
Nc-pt-----pNoun Type=common Number=plural Case=allative Owned_Number=plural1
Nc-pt---s1Noun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=first1ismerőseimhez/ismerős
Nc-pt---s1sNoun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-pt---s1pNoun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-pt---s2Noun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=second1
Nc-pt---s2sNoun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-pt---s2pNoun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-pt---s3Noun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=third15vezetőihez/vezető, tagjaihoz/tag, szüleihez/szülő, szépségeihez/szépség, részesedéseihez/részesedés
Nc-pt---s3sNoun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-pt---s3pNoun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-pt---p1Noun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=first1
Nc-pt---p1sNoun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-pt---p1pNoun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-pt---p2Noun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=second1
Nc-pt---p2sNoun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-pt---p2pNoun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-pt---p3Noun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=third3szüleikhez/szülő, hagyományaikhoz/hagyomány, cilindereikhez/cilinder
Nc-pt---p3sNoun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-pt---p3pNoun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-p3Noun Type=common Number=plural Case=adessive42vá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-----sNoun Type=common Number=plural Case=adessive Owned_Number=singular1évekénél/év
Nc-p3-----pNoun Type=common Number=plural Case=adessive Owned_Number=plural1
Nc-p3---s1Noun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=first1
Nc-p3---s1sNoun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-p3---s1pNoun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-p3---s2Noun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=second1
Nc-p3---s2sNoun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-p3---s2pNoun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-p3---s3Noun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=third8terveinél/terv, szüleinél/szülő, osztásainál/osztás, oltárainál/oltár, köreinél/kör
Nc-p3---s3sNoun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-p3---s3pNoun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-p3---p1Noun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=first1
Nc-p3---p1sNoun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-p3---p1pNoun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-p3---p2Noun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=second1
Nc-p3---p2sNoun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-p3---p2pNoun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-p3---p3Noun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=third2teázásaiknál/teázás, szüleiknél/szülő
Nc-p3---p3sNoun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-p3---p3pNoun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-pbNoun Type=common Number=plural Case=ablative74vitá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-----sNoun Type=common Number=plural Case=ablative Owned_Number=singular1nőkétől/nő
Nc-pb-----pNoun Type=common Number=plural Case=ablative Owned_Number=plural1
Nc-pb---s1Noun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=first1
Nc-pb---s1sNoun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-pb---s1pNoun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-pb---s2Noun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=second1
Nc-pb---s2sNoun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-pb---s2pNoun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-pb---s3Noun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=third14vezető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---s3sNoun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-pb---s3pNoun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-pb---p1Noun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=first1embereinktől/ember
Nc-pb---p1sNoun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-pb---p1pNoun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-pb---p2Noun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=second1
Nc-pb---p2sNoun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-pb---p2pNoun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-pb---p3Noun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=third6társaiktól/társ, szüleiktől/szülő, partnereiktől/partner, láncaiktól/lánc, jelentéseiktől/jelentés
Nc-pb---p3sNoun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-pb---p3pNoun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-p9Noun Type=common Number=plural Case=terminative22vesékig/vese, választásokig/választás, tettekig/tett, szavakig/szó, szalmakazlakig/szalmakazal
Nc-p9-----sNoun Type=common Number=plural Case=terminative Owned_Number=singular1
Nc-p9-----pNoun Type=common Number=plural Case=terminative Owned_Number=plural1
Nc-p9---s1Noun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=first1
Nc-p9---s1sNoun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-p9---s1pNoun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-p9---s2Noun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=second1
Nc-p9---s2sNoun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-p9---s2pNoun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-p9---s3Noun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=third2pofacsontjaiig/pofacsont, csontjaiig/csont
Nc-p9---s3sNoun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-p9---s3pNoun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-p9---p1Noun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=first1sejtjeinkig/sejt
Nc-p9---p1sNoun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-p9---p1pNoun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-p9---p2Noun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=second1
Nc-p9---p2sNoun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-p9---p2pNoun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-p9---p3Noun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=third1
Nc-p9---p3sNoun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-p9---p3pNoun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-pwNoun Type=common Number=plural Case=essive1
Nc-pw-----sNoun Type=common Number=plural Case=essive Owned_Number=singular1
Nc-pw-----pNoun Type=common Number=plural Case=essive Owned_Number=plural1
Nc-pw---s1Noun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=first1
Nc-pw---s1sNoun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-pw---s1pNoun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-pw---s2Noun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=second1
Nc-pw---s2sNoun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-pw---s2pNoun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-pw---s3Noun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=third1ürügyeiül/ürügy
Nc-pw---s3sNoun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-pw---s3pNoun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-pw---p1Noun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=first1
Nc-pw---p1sNoun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-pw---p1pNoun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-pw---p2Noun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=second1
Nc-pw---p2sNoun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-pw---p2pNoun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-pw---p3Noun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=third1
Nc-pw---p3sNoun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-pw---p3pNoun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-pmNoun Type=common Number=plural Case=temporalis1alkalmakkor/alkalom
Nc-pm-----sNoun Type=common Number=plural Case=temporalis Owned_Number=singular1
Nc-pm-----pNoun Type=common Number=plural Case=temporalis Owned_Number=plural1
Nc-pm---s1Noun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=first1
Nc-pm---s1sNoun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-pm---s1pNoun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-pm---s2Noun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=second1
Nc-pm---s2sNoun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-pm---s2pNoun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-pm---s3Noun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=third1
Nc-pm---s3sNoun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-pm---s3pNoun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-pm---p1Noun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=first1
Nc-pm---p1sNoun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-pm---p1pNoun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-pm---p2Noun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=second1
Nc-pm---p2sNoun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-pm---p2pNoun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-pm---p3Noun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=third1
Nc-pm---p3sNoun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-pm---p3pNoun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-pcNoun Type=common Number=plural Case=causalis21ú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-----sNoun Type=common Number=plural Case=causalis Owned_Number=singular1
Nc-pc-----pNoun Type=common Number=plural Case=causalis Owned_Number=plural1
Nc-pc---s1Noun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=first1
Nc-pc---s1sNoun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-pc---s1pNoun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-pc---s2Noun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=second1
Nc-pc---s2sNoun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-pc---s2pNoun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-pc---s3Noun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=third1szerelőiért/szerelő
Nc-pc---s3sNoun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-pc---s3pNoun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-pc---p1Noun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=first1
Nc-pc---p1sNoun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-pc---p1pNoun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-pc---p2Noun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=second1
Nc-pc---p2sNoun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-pc---p2pNoun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-pc---p3Noun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=third1
Nc-pc---p3sNoun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-pc---p3pNoun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-psNoun Type=common Number=plural Case=sublative166zö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-----sNoun Type=common Number=plural Case=sublative Owned_Number=singular1
Nc-ps-----pNoun Type=common Number=plural Case=sublative Owned_Number=plural1
Nc-ps---s1Noun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=first1
Nc-ps---s1sNoun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-ps---s1pNoun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-ps---s2Noun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=second1
Nc-ps---s2sNoun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-ps---s2pNoun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-ps---s3Noun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=third43üzeneteire/üzenet, unokáira/unoka, tulajdonosaira/tulajdonos, tisztségviselőire/tisztségviselő, szereplőire/szereplő
Nc-ps---s3sNoun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-ps---s3pNoun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-ps---p1Noun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=first2napjainkra/nap, kongresszusainkra/kongresszus
Nc-ps---p1sNoun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-ps---p1pNoun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-ps---p2Noun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=second1
Nc-ps---p2sNoun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-ps---p2pNoun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-ps---p3Noun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=third4munkahelyeikre/munkahely, iskoláikra/iskola, honfitársaikra/honfitárs, fejlesztéseikre/fejlesztés
Nc-ps---p3sNoun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-ps---p3pNoun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-phNoun Type=common Number=plural Case=delative83zászlókról/zászló, vizekről/víz, viszonyokról/viszony, vidékekről/vidék, útakadályokról/útakadály
Nc-ph-----sNoun Type=common Number=plural Case=delative Owned_Number=singular1
Nc-ph-----pNoun Type=common Number=plural Case=delative Owned_Number=plural1
Nc-ph---s1Noun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=first1
Nc-ph---s1sNoun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-ph---s1pNoun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-ph---s2Noun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=second1cselekedeteidről/cselekedet
Nc-ph---s2sNoun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-ph---s2pNoun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-ph---s3Noun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=third44vallomá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---s3sNoun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-ph---s3pNoun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-ph---p1Noun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=first1vizeinkről/víz
Nc-ph---p1sNoun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-ph---p1pNoun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-ph---p2Noun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=second1
Nc-ph---p2sNoun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-ph---p2pNoun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-ph---p3Noun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=third5szeretkezé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---p3sNoun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-ph---p3pNoun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-pqNoun Type=common Number=plural Case=sociative1
Nc-pq-----sNoun Type=common Number=plural Case=sociative Owned_Number=singular1
Nc-pq-----pNoun Type=common Number=plural Case=sociative Owned_Number=plural1
Nc-pq---s1Noun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=first1
Nc-pq---s1sNoun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-pq---s1pNoun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-pq---s2Noun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=second1
Nc-pq---s2sNoun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-pq---s2pNoun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-pq---s3Noun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=third1
Nc-pq---s3sNoun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-pq---s3pNoun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-pq---p1Noun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=first1
Nc-pq---p1sNoun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-pq---p1pNoun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-pq---p2Noun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=second1
Nc-pq---p2sNoun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-pq---p2pNoun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-pq---p3Noun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=third1
Nc-pq---p3sNoun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-pq---p3pNoun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-pyNoun Type=common Number=plural Case=factive9vértanúkká/vértanú, magyarokká/magyar, indákká/inda, gyufaszálakká/gyufaszál, főügyintézőkké/főügyintéző
Nc-py-----sNoun Type=common Number=plural Case=factive Owned_Number=singular1
Nc-py-----pNoun Type=common Number=plural Case=factive Owned_Number=plural1
Nc-py---s1Noun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=first1
Nc-py---s1sNoun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-py---s1pNoun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-py---s2Noun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=second1
Nc-py---s2sNoun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-py---s2pNoun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-py---s3Noun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=third2szükségleteivé/szükséglet, jelmezeivé/jelmez
Nc-py---s3sNoun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-py---s3pNoun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-py---p1Noun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=first1
Nc-py---p1sNoun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-py---p1pNoun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-py---p2Noun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=second1
Nc-py---p2sNoun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-py---p2pNoun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-py---p3Noun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=third1
Nc-py---p3sNoun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-py---p3pNoun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-ppNoun Type=common Number=plural Case=superessive161ví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-----sNoun Type=common Number=plural Case=superessive Owned_Number=singular1
Nc-pp-----pNoun Type=common Number=plural Case=superessive Owned_Number=plural1
Nc-pp---s1Noun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=first1
Nc-pp---s1sNoun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-pp---s1pNoun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-pp---s2Noun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=second1
Nc-pp---s2sNoun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-pp---s2pNoun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-pp---s3Noun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=third56vágányain/vágány, útjain/út, utcarajzain/utcarajz, utcáin/utca, ülőhelyein/ülőhely
Nc-pp---s3sNoun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-pp---s3pNoun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-pp---p1Noun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=first4tagjainkon/tag, sétáinkon/séta, halainkon/hal, bankszámláinkon/bankszámla
Nc-pp---p1sNoun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-pp---p1pNoun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-pp---p2Noun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=second1cselekedeteiteken/cselekedet
Nc-pp---p2sNoun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-pp---p2pNoun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-pp---p3Noun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=third6pecsétjeiken/pecsét, látogatásaikon/látogatás, lábaikon/láb, hangversenyeiken/hangverseny, gazdáikon/gazda
Nc-pp---p3sNoun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-pp---p3pNoun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-puNoun Type=common Number=plural Case=distributive1
Nc-pu-----sNoun Type=common Number=plural Case=distributive Owned_Number=singular1
Nc-pu-----pNoun Type=common Number=plural Case=distributive Owned_Number=plural1
Nc-pu---s1Noun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=first1
Nc-pu---s1sNoun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-pu---s1pNoun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-pu---s2Noun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=second1
Nc-pu---s2sNoun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-pu---s2pNoun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-pu---s3Noun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=third1
Nc-pu---s3sNoun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-pu---s3pNoun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-pu---p1Noun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=first1
Nc-pu---p1sNoun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-pu---p1pNoun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-pu---p2Noun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=second1
Nc-pu---p2sNoun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-pu---p2pNoun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-pu---p3Noun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=third1
Nc-pu---p3sNoun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-pu---p3pNoun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Nc-pfNoun Type=common Number=plural Case=essive-formal1
Nc-pf-----sNoun Type=common Number=plural Case=essive-formal Owned_Number=singular1
Nc-pf-----pNoun Type=common Number=plural Case=essive-formal Owned_Number=plural1
Nc-pf---s1Noun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first1
Nc-pf---s1sNoun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular1
Nc-pf---s1pNoun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural1
Nc-pf---s2Noun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second1
Nc-pf---s2sNoun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular1
Nc-pf---s2pNoun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural1
Nc-pf---s3Noun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third1
Nc-pf---s3sNoun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular1
Nc-pf---s3pNoun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural1
Nc-pf---p1Noun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first1
Nc-pf---p1sNoun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular1
Nc-pf---p1pNoun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural1
Nc-pf---p2Noun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second1
Nc-pf---p2sNoun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular1
Nc-pf---p2pNoun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural1
Nc-pf---p3Noun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third1
Nc-pf---p3sNoun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular1
Nc-pf---p3pNoun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-snNoun Type=proper Number=singular Case=nominative498Zsuzsa, Zsuzsanna, Zsolt, Zsilinszky, Zsigmond
Np-sn-----sNoun Type=proper Number=singular Case=nominative Owned_Number=singular2Krisztináé/Krisztina, Kissé/Kiss
Np-sn-----pNoun Type=proper Number=singular Case=nominative Owned_Number=plural1
Np-sn---s1Noun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=first2Sanyikám/Sanyika, Józsikám/Józsika
Np-sn---s1sNoun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-sn---s1pNoun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-sn---s2Noun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=second1
Np-sn---s2sNoun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-sn---s2pNoun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-sn---s3Noun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=third6Szerencse/Szerencs, Rózsadombja/Rózsadomb, Gittája/Gitta, Alija/Ali, Afrikája/Afrika
Np-sn---s3sNoun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-sn---s3pNoun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-sn---p1Noun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=first1
Np-sn---p1sNoun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-sn---p1pNoun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-sn---p2Noun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=second1
Np-sn---p2sNoun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-sn---p2pNoun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-sn---p3Noun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=third1
Np-sn---p3sNoun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-sn---p3pNoun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-sgNoun Type=proper Number=singular Case=genitive1
Np-sg-----sNoun Type=proper Number=singular Case=genitive Owned_Number=singular1
Np-sg-----pNoun Type=proper Number=singular Case=genitive Owned_Number=plural1
Np-sg---s1Noun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=first1
Np-sg---s1sNoun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-sg---s1pNoun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-sg---s2Noun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=second1
Np-sg---s2sNoun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-sg---s2pNoun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-sg---s3Noun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=third1
Np-sg---s3sNoun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-sg---s3pNoun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-sg---p1Noun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=first1
Np-sg---p1sNoun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-sg---p1pNoun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-sg---p2Noun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=second1
Np-sg---p2sNoun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-sg---p2pNoun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-sg---p3Noun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=third1
Np-sg---p3sNoun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-sg---p3pNoun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-sdNoun Type=proper Number=singular Case=dative52Zsuzsának/Zsuzsa, Tibetnek/Tibet, Sanyinak/Sanyi, Sándornak/Sándor, Pistának/Pista
Np-sd-----sNoun Type=proper Number=singular Case=dative Owned_Number=singular1
Np-sd-----pNoun Type=proper Number=singular Case=dative Owned_Number=plural1
Np-sd---s1Noun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=first1
Np-sd---s1sNoun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-sd---s1pNoun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-sd---s2Noun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=second1
Np-sd---s2sNoun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-sd---s2pNoun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-sd---s3Noun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=third3Yorkjának/York, Szondi-tesztjének/Szondi-teszt, NATO-tagságának/NATO-tagság
Np-sd---s3sNoun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-sd---s3pNoun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-sd---p1Noun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=first1
Np-sd---p1sNoun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-sd---p1pNoun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-sd---p2Noun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=second1
Np-sd---p2sNoun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-sd---p2pNoun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-sd---p3Noun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=third1
Np-sd---p3sNoun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-sd---p3pNoun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-saNoun Type=proper Number=singular Case=accusative98Zsuzsannát/Zsuzsanna, Zsoltot/Zsolt, Zsigát/Zsiga, Zoltánt/Zoltán, Törökbálintot/Törökbálint
Np-sa-----sNoun Type=proper Number=singular Case=accusative Owned_Number=singular3Tiborét/Tibor, Sopronét/Sopron, Aladárét/Aladár
Np-sa-----pNoun Type=proper Number=singular Case=accusative Owned_Number=plural1
Np-sa---s1Noun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=first1
Np-sa---s1sNoun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-sa---s1pNoun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-sa---s2Noun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=second1
Np-sa---s2sNoun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-sa---s2pNoun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-sa---s3Noun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=third1Tacitusát/Tacitus
Np-sa---s3sNoun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-sa---s3pNoun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-sa---p1Noun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=first1
Np-sa---p1sNoun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-sa---p1pNoun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-sa---p2Noun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=second1
Np-sa---p2sNoun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-sa---p2pNoun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-sa---p3Noun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=third1
Np-sa---p3sNoun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-sa---p3pNoun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-siNoun Type=proper Number=singular Case=instrumental52Ukrajnával/Ukrajna, Tivadarral/Tivadar, Szíriával/Szíria, SZDSZ-szel/SZDSZ, SS-házmesterrel/SS-házmester
Np-si-----sNoun Type=proper Number=singular Case=instrumental Owned_Number=singular1
Np-si-----pNoun Type=proper Number=singular Case=instrumental Owned_Number=plural1
Np-si---s1Noun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=first1
Np-si---s1sNoun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-si---s1pNoun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-si---s2Noun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=second1
Np-si---s2sNoun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-si---s2pNoun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-si---s3Noun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=third1Oroszországával/Oroszország
Np-si---s3sNoun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-si---s3pNoun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-si---p1Noun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=first1
Np-si---p1sNoun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-si---p1pNoun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-si---p2Noun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=second1
Np-si---p2sNoun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-si---p2pNoun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-si---p3Noun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=third1Ladájukkal/Lada
Np-si---p3sNoun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-si---p3pNoun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-sxNoun Type=proper Number=singular Case=illative29Zürichbe/Zürich, Ukrajnába/Ukrajna, Tiszába/Tisza, Szófiába/Szófia, Szlovákiába/Szlovákia
Np-sx-----sNoun Type=proper Number=singular Case=illative Owned_Number=singular1
Np-sx-----pNoun Type=proper Number=singular Case=illative Owned_Number=plural1
Np-sx---s1Noun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=first1
Np-sx---s1sNoun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-sx---s1pNoun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-sx---s2Noun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=second1
Np-sx---s2sNoun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-sx---s2pNoun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-sx---s3Noun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=third1
Np-sx---s3sNoun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-sx---s3pNoun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-sx---p1Noun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=first1
Np-sx---p1sNoun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-sx---p1pNoun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-sx---p2Noun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=second1
Np-sx---p2sNoun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-sx---p2pNoun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-sx---p3Noun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=third1
Np-sx---p3sNoun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-sx---p3pNoun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-s2Noun Type=proper Number=singular Case=inessive90Zürichben/Zürich, Zalában/Zala, Zágrábban/Zágráb, Yorkban/York, Washingtonban/Washington
Np-s2-----sNoun Type=proper Number=singular Case=inessive Owned_Number=singular1
Np-s2-----pNoun Type=proper Number=singular Case=inessive Owned_Number=plural1
Np-s2---s1Noun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=first1
Np-s2---s1sNoun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-s2---s1pNoun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-s2---s2Noun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=second1
Np-s2---s2sNoun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-s2---s2pNoun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-s2---s3Noun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=third1Kupájában/Kupa
Np-s2---s3sNoun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-s2---s3pNoun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-s2---p1Noun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=first1
Np-s2---p1sNoun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-s2---p1pNoun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-s2---p2Noun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=second1
Np-s2---p2sNoun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-s2---p2pNoun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-s2---p3Noun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=third1
Np-s2---p3sNoun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-s2---p3pNoun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-seNoun Type=proper Number=singular Case=elative24Zá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-----sNoun Type=proper Number=singular Case=elative Owned_Number=singular1Zsuzsáéból/Zsuzsa
Np-se-----pNoun Type=proper Number=singular Case=elative Owned_Number=plural1
Np-se---s1Noun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=first1
Np-se---s1sNoun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-se---s1pNoun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-se---s2Noun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=second1
Np-se---s2sNoun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-se---s2pNoun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-se---s3Noun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=third1
Np-se---s3sNoun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-se---s3pNoun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-se---p1Noun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=first1
Np-se---p1sNoun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-se---p1pNoun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-se---p2Noun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=second1
Np-se---p2sNoun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-se---p2pNoun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-se---p3Noun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=third1
Np-se---p3sNoun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-se---p3pNoun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-stNoun Type=proper Number=singular Case=allative13Zsigához/Zsiga, Wallenberg-csoporthoz/Wallenberg-csoport, Vergiliushoz/Vergilius, Sanyihoz/Sanyi, Piroskához/Piroska
Np-st-----sNoun Type=proper Number=singular Case=allative Owned_Number=singular1
Np-st-----pNoun Type=proper Number=singular Case=allative Owned_Number=plural1
Np-st---s1Noun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=first1
Np-st---s1sNoun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-st---s1pNoun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-st---s2Noun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=second1
Np-st---s2sNoun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-st---s2pNoun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-st---s3Noun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=third1
Np-st---s3sNoun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-st---s3pNoun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-st---p1Noun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=first1
Np-st---p1sNoun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-st---p1pNoun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-st---p2Noun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=second1
Np-st---p2sNoun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-st---p2pNoun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-st---p3Noun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=third1
Np-st---p3sNoun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-st---p3pNoun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-s3Noun Type=proper Number=singular Case=adessive10Zsigmondnál/Zsigmond, Szondinál/Szondi, Róbertnél/Róbert, Mihálynál/Mihály, Mártonnál/Márton
Np-s3-----sNoun Type=proper Number=singular Case=adessive Owned_Number=singular1
Np-s3-----pNoun Type=proper Number=singular Case=adessive Owned_Number=plural1Kolumbuszéinál/Kolumbusz
Np-s3---s1Noun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=first1
Np-s3---s1sNoun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-s3---s1pNoun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-s3---s2Noun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=second1
Np-s3---s2sNoun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-s3---s2pNoun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-s3---s3Noun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=third1
Np-s3---s3sNoun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-s3---s3pNoun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-s3---p1Noun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=first1
Np-s3---p1sNoun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-s3---p1pNoun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-s3---p2Noun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=second1
Np-s3---p2sNoun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-s3---p2pNoun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-s3---p3Noun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=third1
Np-s3---p3sNoun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-s3---p3pNoun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-sbNoun Type=proper Number=singular Case=ablative34Washingtontól/Washington, Verditől/Verdi, Tiszától/Tisza, Tamástól/Tamás, Szonditól/Szondi
Np-sb-----sNoun Type=proper Number=singular Case=ablative Owned_Number=singular1
Np-sb-----pNoun Type=proper Number=singular Case=ablative Owned_Number=plural1
Np-sb---s1Noun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=first1
Np-sb---s1sNoun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-sb---s1pNoun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-sb---s2Noun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=second1
Np-sb---s2sNoun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-sb---s2pNoun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-sb---s3Noun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=third1
Np-sb---s3sNoun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-sb---s3pNoun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-sb---p1Noun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=first1
Np-sb---p1sNoun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-sb---p1pNoun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-sb---p2Noun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=second1
Np-sb---p2sNoun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-sb---p2pNoun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-sb---p3Noun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=third1
Np-sb---p3sNoun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-sb---p3pNoun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-s9Noun Type=proper Number=singular Case=terminative9Visztuláig/Visztula, Rajnáig/Rajna, Pilátusig/Pilátus, Nagyváradig/Nagyvárad, Miklósig/Miklós
Np-s9-----sNoun Type=proper Number=singular Case=terminative Owned_Number=singular1
Np-s9-----pNoun Type=proper Number=singular Case=terminative Owned_Number=plural1
Np-s9---s1Noun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=first1
Np-s9---s1sNoun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-s9---s1pNoun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-s9---s2Noun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=second1
Np-s9---s2sNoun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-s9---s2pNoun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-s9---s3Noun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=third1
Np-s9---s3sNoun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-s9---s3pNoun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-s9---p1Noun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=first1
Np-s9---p1sNoun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-s9---p1pNoun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-s9---p2Noun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=second1
Np-s9---p2sNoun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-s9---p2pNoun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-s9---p3Noun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=third1
Np-s9---p3sNoun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-s9---p3pNoun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-swNoun Type=proper Number=singular Case=essive1
Np-sw-----sNoun Type=proper Number=singular Case=essive Owned_Number=singular1
Np-sw-----pNoun Type=proper Number=singular Case=essive Owned_Number=plural1
Np-sw---s1Noun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=first1
Np-sw---s1sNoun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-sw---s1pNoun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-sw---s2Noun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=second1
Np-sw---s2sNoun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-sw---s2pNoun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-sw---s3Noun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=third1
Np-sw---s3sNoun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-sw---s3pNoun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-sw---p1Noun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=first1
Np-sw---p1sNoun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-sw---p1pNoun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-sw---p2Noun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=second1
Np-sw---p2sNoun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-sw---p2pNoun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-sw---p3Noun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=third1
Np-sw---p3sNoun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-sw---p3pNoun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-smNoun Type=proper Number=singular Case=temporalis1
Np-sm-----sNoun Type=proper Number=singular Case=temporalis Owned_Number=singular1
Np-sm-----pNoun Type=proper Number=singular Case=temporalis Owned_Number=plural1
Np-sm---s1Noun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=first1
Np-sm---s1sNoun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-sm---s1pNoun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-sm---s2Noun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=second1
Np-sm---s2sNoun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-sm---s2pNoun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-sm---s3Noun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=third1
Np-sm---s3sNoun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-sm---s3pNoun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-sm---p1Noun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=first1
Np-sm---p1sNoun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-sm---p1pNoun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-sm---p2Noun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=second1
Np-sm---p2sNoun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-sm---p2pNoun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-sm---p3Noun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=third1
Np-sm---p3sNoun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-sm---p3pNoun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-scNoun Type=proper Number=singular Case=causalis1Szlovákiáért/Szlovákia
Np-sc-----sNoun Type=proper Number=singular Case=causalis Owned_Number=singular1
Np-sc-----pNoun Type=proper Number=singular Case=causalis Owned_Number=plural1
Np-sc---s1Noun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=first1
Np-sc---s1sNoun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-sc---s1pNoun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-sc---s2Noun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=second1
Np-sc---s2sNoun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-sc---s2pNoun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-sc---s3Noun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=third1
Np-sc---s3sNoun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-sc---s3pNoun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-sc---p1Noun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=first1
Np-sc---p1sNoun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-sc---p1pNoun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-sc---p2Noun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=second1
Np-sc---p2sNoun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-sc---p2pNoun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-sc---p3Noun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=third1
Np-sc---p3sNoun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-sc---p3pNoun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-ssNoun Type=proper Number=singular Case=sublative21Visegrádra/Visegrád, Szolnokra/Szolnok, Szegedre/Szeged, Paksra/Paks, Nagyváradra/Nagyvárad
Np-ss-----sNoun Type=proper Number=singular Case=sublative Owned_Number=singular1Szerencsére/Szerencs
Np-ss-----pNoun Type=proper Number=singular Case=sublative Owned_Number=plural1
Np-ss---s1Noun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=first1Józsefemre/József
Np-ss---s1sNoun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-ss---s1pNoun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-ss---s2Noun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=second1
Np-ss---s2sNoun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-ss---s2pNoun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-ss---s3Noun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=third1Szerencsére/Szerencs
Np-ss---s3sNoun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-ss---s3pNoun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-ss---p1Noun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=first1
Np-ss---p1sNoun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-ss---p1pNoun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-ss---p2Noun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=second1
Np-ss---p2sNoun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-ss---p2pNoun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-ss---p3Noun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=third1
Np-ss---p3sNoun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-ss---p3pNoun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-shNoun Type=proper Number=singular Case=delative12SZDSZ-ről/SZDSZ, Magyarországról/Magyarország, Lajosról/Lajos, Krisztináról/Krisztina, Kristófról/Kristóf
Np-sh-----sNoun Type=proper Number=singular Case=delative Owned_Number=singular1
Np-sh-----pNoun Type=proper Number=singular Case=delative Owned_Number=plural1
Np-sh---s1Noun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=first1
Np-sh---s1sNoun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-sh---s1pNoun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-sh---s2Noun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=second1
Np-sh---s2sNoun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-sh---s2pNoun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-sh---s3Noun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=third1
Np-sh---s3sNoun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-sh---s3pNoun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-sh---p1Noun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=first1
Np-sh---p1sNoun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-sh---p1pNoun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-sh---p2Noun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=second1
Np-sh---p2sNoun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-sh---p2pNoun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-sh---p3Noun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=third1
Np-sh---p3sNoun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-sh---p3pNoun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-sqNoun Type=proper Number=singular Case=sociative1
Np-sq-----sNoun Type=proper Number=singular Case=sociative Owned_Number=singular1
Np-sq-----pNoun Type=proper Number=singular Case=sociative Owned_Number=plural1
Np-sq---s1Noun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=first1
Np-sq---s1sNoun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-sq---s1pNoun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-sq---s2Noun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=second1
Np-sq---s2sNoun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-sq---s2pNoun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-sq---s3Noun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=third1
Np-sq---s3sNoun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-sq---s3pNoun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-sq---p1Noun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=first1
Np-sq---p1sNoun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-sq---p1pNoun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-sq---p2Noun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=second1
Np-sq---p2sNoun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-sq---p2pNoun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-sq---p3Noun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=third1
Np-sq---p3sNoun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-sq---p3pNoun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-syNoun Type=proper Number=singular Case=factive1Kissé/Kiss
Np-sy-----sNoun Type=proper Number=singular Case=factive Owned_Number=singular1
Np-sy-----pNoun Type=proper Number=singular Case=factive Owned_Number=plural1
Np-sy---s1Noun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=first1
Np-sy---s1sNoun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-sy---s1pNoun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-sy---s2Noun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=second1
Np-sy---s2sNoun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-sy---s2pNoun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-sy---s3Noun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=third1
Np-sy---s3sNoun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-sy---s3pNoun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-sy---p1Noun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=first1
Np-sy---p1sNoun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-sy---p1pNoun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-sy---p2Noun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=second1
Np-sy---p2sNoun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-sy---p2pNoun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-sy---p3Noun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=third1
Np-sy---p3sNoun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-sy---p3pNoun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-spNoun Type=proper Number=singular Case=superessive42Zalaegerszegen/Zalaegerszeg, Tisza-tavon/Tisza-tó, Tiszán/Tisza, Tatabányán/Tatabánya, Szombathelyen/Szombathely
Np-sp-----sNoun Type=proper Number=singular Case=superessive Owned_Number=singular1
Np-sp-----pNoun Type=proper Number=singular Case=superessive Owned_Number=plural1
Np-sp---s1Noun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=first1
Np-sp---s1sNoun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-sp---s1pNoun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-sp---s2Noun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=second1
Np-sp---s2sNoun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-sp---s2pNoun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-sp---s3Noun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=third1
Np-sp---s3sNoun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-sp---s3pNoun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-sp---p1Noun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=first1
Np-sp---p1sNoun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-sp---p1pNoun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-sp---p2Noun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=second1
Np-sp---p2sNoun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-sp---p2pNoun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-sp---p3Noun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=third1
Np-sp---p3sNoun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-sp---p3pNoun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-suNoun Type=proper Number=singular Case=distributive1
Np-su-----sNoun Type=proper Number=singular Case=distributive Owned_Number=singular1
Np-su-----pNoun Type=proper Number=singular Case=distributive Owned_Number=plural1
Np-su---s1Noun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=first1
Np-su---s1sNoun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-su---s1pNoun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-su---s2Noun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=second1
Np-su---s2sNoun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-su---s2pNoun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-su---s3Noun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=third1
Np-su---s3sNoun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-su---s3pNoun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-su---p1Noun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=first1
Np-su---p1sNoun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-su---p1pNoun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-su---p2Noun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=second1
Np-su---p2sNoun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-su---p2pNoun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-su---p3Noun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=third1
Np-su---p3sNoun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-su---p3pNoun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-sfNoun Type=proper Number=singular Case=essive-formal1
Np-sf-----sNoun Type=proper Number=singular Case=essive-formal Owned_Number=singular1
Np-sf-----pNoun Type=proper Number=singular Case=essive-formal Owned_Number=plural1
Np-sf---s1Noun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first1
Np-sf---s1sNoun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-sf---s1pNoun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-sf---s2Noun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second1
Np-sf---s2sNoun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-sf---s2pNoun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-sf---s3Noun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third1
Np-sf---s3sNoun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-sf---s3pNoun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-sf---p1Noun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first1
Np-sf---p1sNoun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-sf---p1pNoun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-sf---p2Noun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second1
Np-sf---p2sNoun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-sf---p2pNoun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-sf---p3Noun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third1
Np-sf---p3sNoun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-sf---p3pNoun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-pnNoun Type=proper Number=plural Case=nominative3Zoltánok/Zoltán, Suzuki-eladások/Suzuki-eladás, Csabák/Csaba
Np-pn-----sNoun Type=proper Number=plural Case=nominative Owned_Number=singular1
Np-pn-----pNoun Type=proper Number=plural Case=nominative Owned_Number=plural1
Np-pn---s1Noun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=first1
Np-pn---s1sNoun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-pn---s1pNoun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-pn---s2Noun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=second1
Np-pn---s2sNoun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-pn---s2pNoun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-pn---s3Noun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=third5Torontói/Toronto, Tihanyi/Tihany, Ontariói/Ontario, Mozart-szerelmesei/Mozart-szerelmes, Cannes-i/Cannes
Np-pn---s3sNoun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-pn---s3pNoun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-pn---p1Noun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=first1
Np-pn---p1sNoun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-pn---p1pNoun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-pn---p2Noun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=second1
Np-pn---p2sNoun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-pn---p2pNoun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-pn---p3Noun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=third1
Np-pn---p3sNoun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-pn---p3pNoun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-pgNoun Type=proper Number=plural Case=genitive1
Np-pg-----sNoun Type=proper Number=plural Case=genitive Owned_Number=singular1
Np-pg-----pNoun Type=proper Number=plural Case=genitive Owned_Number=plural1
Np-pg---s1Noun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=first1
Np-pg---s1sNoun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-pg---s1pNoun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-pg---s2Noun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=second1
Np-pg---s2sNoun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-pg---s2pNoun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-pg---s3Noun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=third1
Np-pg---s3sNoun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-pg---s3pNoun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-pg---p1Noun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=first1
Np-pg---p1sNoun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-pg---p1pNoun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-pg---p2Noun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=second1
Np-pg---p2sNoun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-pg---p2pNoun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-pg---p3Noun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=third1
Np-pg---p3sNoun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-pg---p3pNoun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-pdNoun Type=proper Number=plural Case=dative1
Np-pd-----sNoun Type=proper Number=plural Case=dative Owned_Number=singular1
Np-pd-----pNoun Type=proper Number=plural Case=dative Owned_Number=plural1
Np-pd---s1Noun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=first1
Np-pd---s1sNoun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-pd---s1pNoun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-pd---s2Noun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=second1
Np-pd---s2sNoun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-pd---s2pNoun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-pd---s3Noun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=third1
Np-pd---s3sNoun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-pd---s3pNoun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-pd---p1Noun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=first1
Np-pd---p1sNoun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-pd---p1pNoun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-pd---p2Noun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=second1
Np-pd---p2sNoun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-pd---p2pNoun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-pd---p3Noun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=third1
Np-pd---p3sNoun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-pd---p3pNoun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-paNoun Type=proper Number=plural Case=accusative1Kossuth-díjakat/Kossuth-díj
Np-pa-----sNoun Type=proper Number=plural Case=accusative Owned_Number=singular1Gyöngyikét/Gyöngyi
Np-pa-----pNoun Type=proper Number=plural Case=accusative Owned_Number=plural1
Np-pa---s1Noun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=first1
Np-pa---s1sNoun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-pa---s1pNoun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-pa---s2Noun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=second1
Np-pa---s2sNoun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-pa---s2pNoun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-pa---s3Noun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=third1
Np-pa---s3sNoun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-pa---s3pNoun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-pa---p1Noun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=first1
Np-pa---p1sNoun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-pa---p1pNoun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-pa---p2Noun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=second1
Np-pa---p2sNoun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-pa---p2pNoun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-pa---p3Noun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=third1Kossuth-díjaikat/Kossuth-díj
Np-pa---p3sNoun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-pa---p3pNoun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-piNoun Type=proper Number=plural Case=instrumental1
Np-pi-----sNoun Type=proper Number=plural Case=instrumental Owned_Number=singular1
Np-pi-----pNoun Type=proper Number=plural Case=instrumental Owned_Number=plural1
Np-pi---s1Noun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=first1
Np-pi---s1sNoun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-pi---s1pNoun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-pi---s2Noun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=second1
Np-pi---s2sNoun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-pi---s2pNoun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-pi---s3Noun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=third1Wagner-rendezéseivel/Wagner-rendezés
Np-pi---s3sNoun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-pi---s3pNoun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-pi---p1Noun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=first1
Np-pi---p1sNoun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-pi---p1pNoun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-pi---p2Noun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=second1
Np-pi---p2sNoun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-pi---p2pNoun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-pi---p3Noun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=third1
Np-pi---p3sNoun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-pi---p3pNoun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-pxNoun Type=proper Number=plural Case=illative1
Np-px-----sNoun Type=proper Number=plural Case=illative Owned_Number=singular1
Np-px-----pNoun Type=proper Number=plural Case=illative Owned_Number=plural1
Np-px---s1Noun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=first1
Np-px---s1sNoun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-px---s1pNoun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-px---s2Noun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=second1
Np-px---s2sNoun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-px---s2pNoun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-px---s3Noun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=third1
Np-px---s3sNoun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-px---s3pNoun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-px---p1Noun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=first1
Np-px---p1sNoun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-px---p1pNoun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-px---p2Noun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=second1
Np-px---p2sNoun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-px---p2pNoun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-px---p3Noun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=third1
Np-px---p3sNoun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-px---p3pNoun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-p2Noun Type=proper Number=plural Case=inessive1
Np-p2-----sNoun Type=proper Number=plural Case=inessive Owned_Number=singular1
Np-p2-----pNoun Type=proper Number=plural Case=inessive Owned_Number=plural1
Np-p2---s1Noun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=first1
Np-p2---s1sNoun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-p2---s1pNoun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-p2---s2Noun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=second1
Np-p2---s2sNoun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-p2---s2pNoun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-p2---s3Noun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=third1
Np-p2---s3sNoun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-p2---s3pNoun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-p2---p1Noun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=first1
Np-p2---p1sNoun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-p2---p1pNoun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-p2---p2Noun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=second1
Np-p2---p2sNoun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-p2---p2pNoun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-p2---p3Noun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=third1
Np-p2---p3sNoun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-p2---p3pNoun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-peNoun Type=proper Number=plural Case=elative1K-országokból/K-ország
Np-pe-----sNoun Type=proper Number=plural Case=elative Owned_Number=singular1
Np-pe-----pNoun Type=proper Number=plural Case=elative Owned_Number=plural1
Np-pe---s1Noun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=first1
Np-pe---s1sNoun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-pe---s1pNoun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-pe---s2Noun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=second1
Np-pe---s2sNoun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-pe---s2pNoun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-pe---s3Noun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=third1
Np-pe---s3sNoun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-pe---s3pNoun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-pe---p1Noun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=first1
Np-pe---p1sNoun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-pe---p1pNoun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-pe---p2Noun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=second1
Np-pe---p2sNoun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-pe---p2pNoun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-pe---p3Noun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=third1
Np-pe---p3sNoun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-pe---p3pNoun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-ptNoun Type=proper Number=plural Case=allative1
Np-pt-----sNoun Type=proper Number=plural Case=allative Owned_Number=singular1
Np-pt-----pNoun Type=proper Number=plural Case=allative Owned_Number=plural1
Np-pt---s1Noun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=first1
Np-pt---s1sNoun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-pt---s1pNoun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-pt---s2Noun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=second1
Np-pt---s2sNoun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-pt---s2pNoun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-pt---s3Noun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=third1
Np-pt---s3sNoun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-pt---s3pNoun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-pt---p1Noun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=first1
Np-pt---p1sNoun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-pt---p1pNoun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-pt---p2Noun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=second1
Np-pt---p2sNoun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-pt---p2pNoun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-pt---p3Noun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=third1
Np-pt---p3sNoun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-pt---p3pNoun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-p3Noun Type=proper Number=plural Case=adessive1
Np-p3-----sNoun Type=proper Number=plural Case=adessive Owned_Number=singular1
Np-p3-----pNoun Type=proper Number=plural Case=adessive Owned_Number=plural1
Np-p3---s1Noun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=first1
Np-p3---s1sNoun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-p3---s1pNoun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-p3---s2Noun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=second1
Np-p3---s2sNoun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-p3---s2pNoun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-p3---s3Noun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=third1
Np-p3---s3sNoun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-p3---s3pNoun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-p3---p1Noun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=first1
Np-p3---p1sNoun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-p3---p1pNoun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-p3---p2Noun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=second1
Np-p3---p2sNoun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-p3---p2pNoun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-p3---p3Noun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=third1
Np-p3---p3sNoun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-p3---p3pNoun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-pbNoun Type=proper Number=plural Case=ablative1
Np-pb-----sNoun Type=proper Number=plural Case=ablative Owned_Number=singular1
Np-pb-----pNoun Type=proper Number=plural Case=ablative Owned_Number=plural1
Np-pb---s1Noun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=first1
Np-pb---s1sNoun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-pb---s1pNoun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-pb---s2Noun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=second1
Np-pb---s2sNoun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-pb---s2pNoun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-pb---s3Noun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=third1
Np-pb---s3sNoun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-pb---s3pNoun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-pb---p1Noun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=first1
Np-pb---p1sNoun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-pb---p1pNoun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-pb---p2Noun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=second1
Np-pb---p2sNoun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-pb---p2pNoun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-pb---p3Noun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=third1
Np-pb---p3sNoun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-pb---p3pNoun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-p9Noun Type=proper Number=plural Case=terminative1Kennedy-testvérekig/Kennedy-testvér
Np-p9-----sNoun Type=proper Number=plural Case=terminative Owned_Number=singular1
Np-p9-----pNoun Type=proper Number=plural Case=terminative Owned_Number=plural1
Np-p9---s1Noun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=first1
Np-p9---s1sNoun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-p9---s1pNoun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-p9---s2Noun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=second1
Np-p9---s2sNoun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-p9---s2pNoun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-p9---s3Noun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=third1
Np-p9---s3sNoun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-p9---s3pNoun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-p9---p1Noun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=first1
Np-p9---p1sNoun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-p9---p1pNoun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-p9---p2Noun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=second1
Np-p9---p2sNoun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-p9---p2pNoun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-p9---p3Noun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=third1
Np-p9---p3sNoun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-p9---p3pNoun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-pwNoun Type=proper Number=plural Case=essive1
Np-pw-----sNoun Type=proper Number=plural Case=essive Owned_Number=singular1
Np-pw-----pNoun Type=proper Number=plural Case=essive Owned_Number=plural1
Np-pw---s1Noun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=first1
Np-pw---s1sNoun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-pw---s1pNoun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-pw---s2Noun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=second1
Np-pw---s2sNoun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-pw---s2pNoun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-pw---s3Noun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=third1
Np-pw---s3sNoun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-pw---s3pNoun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-pw---p1Noun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=first1
Np-pw---p1sNoun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-pw---p1pNoun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-pw---p2Noun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=second1
Np-pw---p2sNoun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-pw---p2pNoun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-pw---p3Noun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=third1
Np-pw---p3sNoun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-pw---p3pNoun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-pmNoun Type=proper Number=plural Case=temporalis1
Np-pm-----sNoun Type=proper Number=plural Case=temporalis Owned_Number=singular1
Np-pm-----pNoun Type=proper Number=plural Case=temporalis Owned_Number=plural1
Np-pm---s1Noun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=first1
Np-pm---s1sNoun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-pm---s1pNoun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-pm---s2Noun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=second1
Np-pm---s2sNoun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-pm---s2pNoun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-pm---s3Noun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=third1
Np-pm---s3sNoun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-pm---s3pNoun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-pm---p1Noun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=first1
Np-pm---p1sNoun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-pm---p1pNoun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-pm---p2Noun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=second1
Np-pm---p2sNoun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-pm---p2pNoun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-pm---p3Noun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=third1
Np-pm---p3sNoun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-pm---p3pNoun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-pcNoun Type=proper Number=plural Case=causalis1
Np-pc-----sNoun Type=proper Number=plural Case=causalis Owned_Number=singular1
Np-pc-----pNoun Type=proper Number=plural Case=causalis Owned_Number=plural1
Np-pc---s1Noun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=first1
Np-pc---s1sNoun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-pc---s1pNoun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-pc---s2Noun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=second1
Np-pc---s2sNoun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-pc---s2pNoun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-pc---s3Noun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=third1
Np-pc---s3sNoun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-pc---s3pNoun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-pc---p1Noun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=first1
Np-pc---p1sNoun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-pc---p1pNoun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-pc---p2Noun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=second1
Np-pc---p2sNoun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-pc---p2pNoun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-pc---p3Noun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=third1
Np-pc---p3sNoun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-pc---p3pNoun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-psNoun Type=proper Number=plural Case=sublative1
Np-ps-----sNoun Type=proper Number=plural Case=sublative Owned_Number=singular1
Np-ps-----pNoun Type=proper Number=plural Case=sublative Owned_Number=plural1
Np-ps---s1Noun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=first1
Np-ps---s1sNoun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-ps---s1pNoun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-ps---s2Noun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=second1
Np-ps---s2sNoun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-ps---s2pNoun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-ps---s3Noun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=third1
Np-ps---s3sNoun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-ps---s3pNoun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-ps---p1Noun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=first1
Np-ps---p1sNoun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-ps---p1pNoun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-ps---p2Noun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=second1
Np-ps---p2sNoun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-ps---p2pNoun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-ps---p3Noun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=third1
Np-ps---p3sNoun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-ps---p3pNoun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-phNoun Type=proper Number=plural Case=delative1
Np-ph-----sNoun Type=proper Number=plural Case=delative Owned_Number=singular1
Np-ph-----pNoun Type=proper Number=plural Case=delative Owned_Number=plural1
Np-ph---s1Noun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=first1
Np-ph---s1sNoun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-ph---s1pNoun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-ph---s2Noun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=second1
Np-ph---s2sNoun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-ph---s2pNoun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-ph---s3Noun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=third1
Np-ph---s3sNoun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-ph---s3pNoun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-ph---p1Noun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=first1
Np-ph---p1sNoun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-ph---p1pNoun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-ph---p2Noun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=second1
Np-ph---p2sNoun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-ph---p2pNoun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-ph---p3Noun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=third1
Np-ph---p3sNoun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-ph---p3pNoun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-pqNoun Type=proper Number=plural Case=sociative1
Np-pq-----sNoun Type=proper Number=plural Case=sociative Owned_Number=singular1
Np-pq-----pNoun Type=proper Number=plural Case=sociative Owned_Number=plural1
Np-pq---s1Noun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=first1
Np-pq---s1sNoun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-pq---s1pNoun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-pq---s2Noun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=second1
Np-pq---s2sNoun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-pq---s2pNoun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-pq---s3Noun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=third1
Np-pq---s3sNoun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-pq---s3pNoun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-pq---p1Noun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=first1
Np-pq---p1sNoun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-pq---p1pNoun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-pq---p2Noun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=second1
Np-pq---p2sNoun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-pq---p2pNoun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-pq---p3Noun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=third1
Np-pq---p3sNoun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-pq---p3pNoun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-pyNoun Type=proper Number=plural Case=factive1
Np-py-----sNoun Type=proper Number=plural Case=factive Owned_Number=singular1
Np-py-----pNoun Type=proper Number=plural Case=factive Owned_Number=plural1
Np-py---s1Noun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=first1
Np-py---s1sNoun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-py---s1pNoun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-py---s2Noun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=second1
Np-py---s2sNoun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-py---s2pNoun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-py---s3Noun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=third1
Np-py---s3sNoun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-py---s3pNoun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-py---p1Noun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=first1
Np-py---p1sNoun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-py---p1pNoun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-py---p2Noun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=second1
Np-py---p2sNoun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-py---p2pNoun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-py---p3Noun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=third1
Np-py---p3sNoun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-py---p3pNoun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-ppNoun Type=proper Number=plural Case=superessive1
Np-pp-----sNoun Type=proper Number=plural Case=superessive Owned_Number=singular1
Np-pp-----pNoun Type=proper Number=plural Case=superessive Owned_Number=plural1
Np-pp---s1Noun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=first1
Np-pp---s1sNoun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-pp---s1pNoun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-pp---s2Noun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=second1
Np-pp---s2sNoun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-pp---s2pNoun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-pp---s3Noun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=third1
Np-pp---s3sNoun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-pp---s3pNoun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-pp---p1Noun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=first1
Np-pp---p1sNoun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-pp---p1pNoun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-pp---p2Noun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=second1
Np-pp---p2sNoun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-pp---p2pNoun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-pp---p3Noun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=third1
Np-pp---p3sNoun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-pp---p3pNoun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-puNoun Type=proper Number=plural Case=distributive1
Np-pu-----sNoun Type=proper Number=plural Case=distributive Owned_Number=singular1
Np-pu-----pNoun Type=proper Number=plural Case=distributive Owned_Number=plural1
Np-pu---s1Noun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=first1
Np-pu---s1sNoun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-pu---s1pNoun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-pu---s2Noun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=second1
Np-pu---s2sNoun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-pu---s2pNoun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-pu---s3Noun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=third1
Np-pu---s3sNoun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-pu---s3pNoun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-pu---p1Noun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=first1
Np-pu---p1sNoun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-pu---p1pNoun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-pu---p2Noun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=second1
Np-pu---p2sNoun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-pu---p2pNoun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-pu---p3Noun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=third1
Np-pu---p3sNoun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-pu---p3pNoun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Np-pfNoun Type=proper Number=plural Case=essive-formal1
Np-pf-----sNoun Type=proper Number=plural Case=essive-formal Owned_Number=singular1
Np-pf-----pNoun Type=proper Number=plural Case=essive-formal Owned_Number=plural1
Np-pf---s1Noun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first1
Np-pf---s1sNoun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular1
Np-pf---s1pNoun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural1
Np-pf---s2Noun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second1
Np-pf---s2sNoun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular1
Np-pf---s2pNoun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural1
Np-pf---s3Noun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third1
Np-pf---s3sNoun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular1
Np-pf---s3pNoun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural1
Np-pf---p1Noun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first1
Np-pf---p1sNoun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular1
Np-pf---p1pNoun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural1
Np-pf---p2Noun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second1
Np-pf---p2sNoun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular1
Np-pf---p2pNoun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural1
Np-pf---p3Noun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third1
Np-pf---p3sNoun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular1
Np-pf---p3pNoun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural1

3.18.4. Hungarian Verb

Specification for Hungarian Verb
PAttribute (en)Value (en)Code (en)
0CATEGORYVerbV
1Typemainm
auxiliarya
2VFormindicativei
imperativem
conditionalc
infinitiven
3Tensepresentp
pasts
4Personfirst1
second2
third3
5Numbersingulars
pluralp
9Definitenessnon
yesy
1s2s2
3.18.4.1. Notes

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.

3.18.4.2. Combinations
PosTypeVFormTensePersonNumberDefinitness
Vmi[ps][123][sp][yn]
Vm[cm]p[123][sp][yn]
Vmi[ps]1s2
Vm[cm]p1s2
Vmn----
Vmnp[123][sp]-
Vaip[123][sp]n
3.18.4.3. MSD Index

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.

MSDs (65)
MSDFeaturesTypesExamples
Vmip1s---nVerb Type=main VForm=indicative Tense=present Person=first Number=singular Definiteness=no209zavarok/zavar, vonatok/vonat, viszek/visz, visszatérek/visszatér, visszarettentek/visszarettent
Vmip1s---yVerb Type=main VForm=indicative Tense=present Person=first Number=singular Definiteness=yes193viszem/visz, visszautazom/visszautaz, visszautazom/visszautazik, visszaadom/visszaad, veszem/vesz
Vmip1s---2Verb Type=main VForm=indicative Tense=present Person=first Number=singular Definiteness=1s2s20vállak/válik, vádollak/vádol, tartalak/tart, szeretlek/szeret, noszogathatlak/noszogathat
Vmip1p---nVerb Type=main VForm=indicative Tense=present Person=first Number=plural Definiteness=no202vitázunk/vitáz, vitázunk/vitázik, visszamentünk/visszament, visszajövünk/visszajön, visszafordítunk/visszafordít
Vmip1p---yVerb Type=main VForm=indicative Tense=present Person=first Number=plural Definiteness=yes152vizsgálhatjuk/vizsgálhat, vékázzuk/vékáz, vehetjük/vehet, végezzük/végez, várjuk/vár
Vmip2s---nVerb Type=main VForm=indicative Tense=present Person=second Number=singular Definiteness=no81zuhansz/zuhan, visszatérsz/visszatér, visszaemlékszel/visszaemlékszik, vársz/vár, válsz/válik
Vmip2s---yVerb Type=main VForm=indicative Tense=present Person=second Number=singular Definiteness=yes66viszontszereted/viszontszeret, veszed/vesz, veszed/veszik, várod/vár, újjáéled/újjáél
Vmip2p---nVerb Type=main VForm=indicative Tense=present Person=second Number=plural Definiteness=no332viziteltek/vizitel, visszatértek/visszatér, visszarettentek/visszaretten, visszamentek/visszamegy, viseltek/visel
Vmip2p---yVerb Type=main VForm=indicative Tense=present Person=second Number=plural Definiteness=yes22vállaljátok/vállal, vághatjátok/vághat, uralhatjátok/uralhat, tudjátok/tud, tanuljátok/tanul
Vmip3s---nVerb Type=main VForm=indicative Tense=present Person=third Number=singular Definiteness=no1404zuhog, zúg, zsugorodik, zörrent, zökkent
Vmip3s---yVerb Type=main VForm=indicative Tense=present Person=third Number=singular Definiteness=yes816zengi/zeng, zárja/zár, vonzhatja/vonzhat, vonja/von, vizsgálja/vizsgál
Vmip3p---nVerb Type=main VForm=indicative Tense=present Person=third Number=plural Definiteness=no725zuhannak/zuhan, zsarolnak/zsarol, zsákolnak/zsákol, zökkennek/zökken, zavarnak/zavar
Vmip3p---yVerb Type=main VForm=indicative Tense=present Person=third Number=plural Definiteness=yes758zúdítják/zúdít, zsúfolják/zsúfol, zavarják/zavar, vonzzák/vonz, vonják/von
Vmis1s---nVerb Type=main VForm=indicative Tense=past Person=first Number=singular Definiteness=no344voltam/van, vittem/visz, visszariadtam/visszariad, visszanéztem/visszanéz, visszaléptem/visszalép
Vmis1s---yVerb Type=main VForm=indicative Tense=past Person=first Number=singular Definiteness=yes344voltam/van, vittem/visz, visszariadtam/visszariad, visszanéztem/visszanéz, visszaléptem/visszalép
Vmis1s---2Verb Type=main VForm=indicative Tense=past Person=first Number=singular Definiteness=1s2s6megismertelek/megismer, figyelmeztettelek/figyelmeztet, elárultalak/elárul, eladtalak/elad, csaltalak/csal
Vmis1p---nVerb Type=main VForm=indicative Tense=past Person=first Number=plural Definiteness=no262voltunk/van, vittünk/visz, visszatértünk/visszatér, visszanéztünk/visszanéz, visszamentünk/visszamegy
Vmis1p---yVerb Type=main VForm=indicative Tense=past Person=first Number=plural Definiteness=yes166voltuk/van, vittük/visz, visszaküldtük/visszaküld, vettük/vesz, vártuk/vár
Vmis2s---nVerb Type=main VForm=indicative Tense=past Person=second Number=singular Definiteness=no61voltál/van, visszatértél/visszatér, tudtál/tud, tettél/tesz, találtál/talál
Vmis2s---yVerb Type=main VForm=indicative Tense=past Person=second Number=singular Definiteness=yes46vállaltad/vállal, uraltad/ural, tudtad/tud, tartottad/tart, találtad/talál
Vmis2p---nVerb Type=main VForm=indicative Tense=past Person=second Number=plural Definiteness=no15voltatok/van, vállaltatok/vállal, számítottatok/számít, olvastatok/olvas, kísértetek/kísér
Vmis2p---yVerb Type=main VForm=indicative Tense=past Person=second Number=plural Definiteness=yes10uraltátok/ural, tettétek/tesz, tehettétek/tehet, megmondtátok/megmond, megkínoztátok/megkínoz
Vmis3s---nVerb Type=main VForm=indicative Tense=past Person=third Number=singular Definiteness=no2599zúzott/zúz, zümmögött/zümmög, zuhant/zuhan, zúgott/zúg, zúgolódott/zúgolódik
Vmis3s---yVerb Type=main VForm=indicative Tense=past Person=third Number=singular Definiteness=yes1198zúzta/zúz, zokogta/zokog, zavarta/zavar, zárta/zár, vonzotta/vonz
Vmis3p---nVerb Type=main VForm=indicative Tense=past Person=third Number=plural Definiteness=no1029zümmögtek/zümmög, zuhantak/zuhan, zúgtak/zúg, zsúfoltak/zsúfol, zsinatolhattak/zsinatolhat
Vmis3p---yVerb Type=main VForm=indicative Tense=past Person=third Number=plural Definiteness=yes820zsúfolták/zsúfol, zavarták/zavar, zárták/zár, vonták/von, vizsgálták/vizsgál
Vmmp1s---nVerb Type=main VForm=imperative Tense=present Person=first Number=singular Definiteness=no29vágjak/vág, tűnjek/tűnik, tudjak/tud, tegyek/tesz, szaladjak/szalad
Vmmp1s---yVerb Type=main VForm=imperative Tense=present Person=first Number=singular Definiteness=yes39vigyem/visz, várjam/vár, vallattassam/vallattas, válasszam/választ, tudjam/tud
Vmmp1s---2Verb Type=main VForm=imperative Tense=present Person=first Number=singular Definiteness=1s2s1
Vmmp1p---nVerb Type=main VForm=imperative Tense=present Person=first Number=plural Definiteness=no79zuhanjunk/zuhan, vitatkozzunk/vitatkozik, veszekedjünk/veszekedik, vehessünk/vehet, vegyünk/vesz
Vmmp1p---yVerb Type=main VForm=imperative Tense=present Person=first Number=plural Definiteness=yes113vesszük/vesz, vesszük/veszt, vesszük/veszik, vékázzuk/vékáz, vegyük/vesz
Vmmp2s---nVerb Type=main VForm=imperative Tense=present Person=second Number=singular Definiteness=no56viselkedj/viselkedik, vigyázz/vigyáz, vigyázzál/vigyáz, veress/veres, vásárolj/vásárol
Vmmp2s---yVerb Type=main VForm=imperative Tense=present Person=second Number=singular Definiteness=yes41zárd/zár, vidd/visz, vesd/vet, verd/ver, valld/vall
Vmmp2p---nVerb Type=main VForm=imperative Tense=present Person=second Number=plural Definiteness=no21vonuljatok/vonul, vigyetek/visz, vigyázzatok/vigyáz, veszítsetek/veszít, ülepedjetek/ülepedik
Vmmp2p---yVerb Type=main VForm=imperative Tense=present Person=second Number=plural Definiteness=yes25vigyétek/visz, vállaljátok/vállal, tudjátok/tud, tanuljátok/tanul, próbáljátok/próbál
Vmmp3s---nVerb Type=main VForm=imperative Tense=present Person=third Number=singular Definiteness=no266zuhanjon/zuhan, zubogjon/zubog, zavarodjon/zavarodik, visszatérjen/visszatér, visszahozzon/visszahoz
Vmmp3s---yVerb Type=main VForm=imperative Tense=present Person=third Number=singular Definiteness=yes423zárja/zár, vonja/von, vizsgálja/vizsgál, viszontszerethesse/viszontszerethet, visszautasítsa/visszautasít
Vmmp3p---nVerb Type=main VForm=imperative Tense=present Person=third Number=plural Definiteness=no145visszaverjenek/visszaver, vihessenek/vihet, veszítsenek/veszít, vessenek/vet, versengjenek/verseng
Vmmp3p---yVerb Type=main VForm=imperative Tense=present Person=third Number=plural Definiteness=yes288zsúfolják/zsúfol, zavarják/zavar, vonzzák/vonz, vonják/von, vizsgálják/vizsgál
Vmcp1s---nVerb Type=main VForm=conditional Tense=present Person=first Number=singular Definiteness=no64volnék/van, vehetnék/vehet, vallanék/vall, vállalnék/vállal, tükröződnék/tükröződik
Vmcp1s---yVerb Type=main VForm=conditional Tense=present Person=first Number=singular Definiteness=yes21világítanám/világít, tudnám/tud, tehetném/tehet, szeretném/szeret, mondhatnám/mondhat
Vmcp1s---2Verb Type=main VForm=conditional Tense=present Person=first Number=singular Definiteness=1s2s1tudnálak/tud
Vmcp1p---nVerb Type=main VForm=conditional Tense=present Person=first Number=plural Definiteness=no36volnánk/van, vihetnénk/vihet, vetnénk/vet, túlméreteznénk/túlméretez, tudnánk/tud
Vmcp1p---yVerb Type=main VForm=conditional Tense=present Person=first Number=plural Definiteness=yes38volnánk/van, vihetnénk/vihet, vetnénk/vet, túlméreteznénk/túlméretez, tudnánk/tud
Vmcp2s---nVerb Type=main VForm=conditional Tense=present Person=second Number=singular Definiteness=no21választhatnál/választhat, utaznál/utaz, utaznál/utazik, tudnál/tud, tervezetnél/tervezet
Vmcp2s---yVerb Type=main VForm=conditional Tense=present Person=second Number=singular Definiteness=yes8vinnéd/visz, tudnád/tud, megnézhetnéd/megnézhet, látnád/lát, elvihetnéd/elvihet
Vmcp2p---nVerb Type=main VForm=conditional Tense=present Person=second Number=plural Definiteness=no5tudnátok/tud, továbbtaníttatnátok/továbbtaníttat, lennétek/lesz, elárulnátok/elárul, csinálnátok/csinál
Vmcp2p---yVerb Type=main VForm=conditional Tense=present Person=second Number=plural Definiteness=yes5tudnátok/tud, továbbtaníttatnátok/továbbtaníttat, lennétek/lesz, elárulnátok/elárul, csinálnátok/csinál
Vmcp3s---nVerb Type=main VForm=conditional Tense=present Person=third Number=singular Definiteness=no182vóna/van, volna/van, viszolyogna/viszolyog, visszaadna/visszaad, vigyázna/vigyáz
Vmcp3s---yVerb Type=main VForm=conditional Tense=present Person=third Number=singular Definiteness=yes124visszakapná/visszakap, veszélyeztetné/veszélyeztet, venné/vesz, vehetné/vehet, várná/vár
Vmcp3p---nVerb Type=main VForm=conditional Tense=present Person=third Number=plural Definiteness=no76zúzódnának/zúzódik, volnának/van, viselnének/visel, vinnének/visz, vezényelnének/vezényel
Vmcp3p---yVerb Type=main VForm=conditional Tense=present Person=third Number=plural Definiteness=yes86vehetnék/vehet, utalnák/utal, tükröződnék/tükröződik, tudnák/tud, tudhatnák/tudhat
VmnVerb Type=main VForm=infinitive1303zúzni/zúz, zuhanni/zuhan, zsugorodni/zsugorodik, zsarolni/zsarol, zsákolni/zsákol
Vmnp1sVerb Type=main VForm=infinitive Tense=present Person=first Number=singular36vennem/vesz, védenem/véd, váltanom/vált, tennem/tesz, tartanom/tart
Vmnp1pVerb Type=main VForm=infinitive Tense=present Person=first Number=plural44vinnünk/visz, vennünk/vesz, válnunk/válik, vállalnunk/vállal, tudnunk/tud
Vmnp2sVerb Type=main VForm=infinitive Tense=present Person=second Number=singular24vinned/visz, venned/vesz, tudnod/tud, tenned/tesz, távoznod/távoz
Vmnp2pVerb Type=main VForm=infinitive Tense=present Person=second Number=plural6vennetek/vesz, törődnötök/törődik, távoznotok/távoz, távoznotok/távozik, megkörnyékeznetek/megkörnyékez
Vmnp3sVerb Type=main VForm=infinitive Tense=present Person=third Number=singular212zárnia/zár, vizelnie/vizel, visszatérnie/visszatér, vigyáznia/vigyáz, vetnie/vet
Vmnp3pVerb Type=main VForm=infinitive Tense=present Person=third Number=plural83visszajuttatniuk/visszajuttat, venniük/vesz, végigszenvedniük/végigszenved, végezniük/végez, várakozniuk/várakozik
Vaip1s---nVerb Type=auxiliary VForm=indicative Tense=present Person=first Number=singular Definiteness=no1
Vaip1p---nVerb Type=auxiliary VForm=indicative Tense=present Person=first Number=plural Definiteness=no1
Vaip2s---nVerb Type=auxiliary VForm=indicative Tense=present Person=second Number=singular Definiteness=no1
Vaip2p---nVerb Type=auxiliary VForm=indicative Tense=present Person=second Number=plural Definiteness=no1
Vaip3s---nVerb Type=auxiliary VForm=indicative Tense=present Person=third Number=singular Definiteness=no1
Vaip3p---nVerb Type=auxiliary VForm=indicative Tense=present Person=third Number=plural Definiteness=no1

3.18.5. Hungarian Adjective

Specification for Hungarian Adjective
PAttribute (en)Value (en)Code (en)
0CATEGORYAdjectiveA
1Typequalificativef
2Degreepositivep
comparativec
superlatives
4Numbersingulars
pluralp
5Casenominativen
genitiveg
datived
accusativea
instrumentali
illativex
inessive2
elativee
allativet
adessive3
ablativeb
terminative9
essivew
temporalism
causalisc
sublatives
delativeh
sociativeq
factivey
superessivep
distributiveu
essive-formalf
10Owner_Numbersingulars
pluralp
11Owner_Personfirst1
second2
third3
12Owned_Numbersingulars
pluralp
3.18.5.1. Notes

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.

3.18.5.2. Combinations
PosTypeDegrNumCaseOwnerNumOwnerPersOwnedNum
Af[pcs][sp][ngdaix2et3b9wmcshqypuf][sp][123][sp]
3.18.5.3. MSD Index

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.

MSDs (2772)
MSDFeaturesTypesExamples
Afp-snAdjective Type=qualificative Degree=positive Number=singular Case=nominative8003zúzott, zűrzavaros, zürichi, zümmögő, zümmögött
Afp-sn------sAdjective Type=qualificative Degree=positive Number=singular Case=nominative Owned_Number=singular16védetté/védett, többié/többi, többé/több, tanítóé/tanító, szilágyié/szilágyi
Afp-sn------pAdjective Type=qualificative Degree=positive Number=singular Case=nominative Owned_Number=plural1
Afp-sn----s1Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=first170voltam/volt, vittem/vitt, visszariadtam/visszariadt, viseltem/viselt, vettem/vett
Afp-sn----s1sAdjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-sn----s1pAdjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-sn----s2Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=second33vállaltad/vállalt, uraltad/uralt, tartottad/tartott, találtad/talált, sajátod/saját
Afp-sn----s2sAdjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-sn----s2pAdjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-sn----s3Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=third150zöldje/zöld, vezetője/vezető, versenyzője/versenyző, védelmezője/védelmező, varázslója/varázsló
Afp-sn----s3sAdjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular1ezredeséé/ezredes
Afp-sn----s3pAdjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-sn----p1Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=first151voltunk/volt, voltatok/volt, vittünk/vitt, visszatértünk/visszatért, visszamentünk/visszament
Afp-sn----p1sAdjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-sn----p1pAdjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-sn----p2Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=second1
Afp-sn----p2sAdjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-sn----p2pAdjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-sn----p3Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=third46vittük/vitt, vettük/vett, töltöttük/töltött, tettük/tett, tennivalójuk/tennivaló
Afp-sn----p3sAdjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-sn----p3pAdjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-sgAdjective Type=qualificative Degree=positive Number=singular Case=genitive1
Afp-sg------sAdjective Type=qualificative Degree=positive Number=singular Case=genitive Owned_Number=singular1
Afp-sg------pAdjective Type=qualificative Degree=positive Number=singular Case=genitive Owned_Number=plural1
Afp-sg----s1Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=first1
Afp-sg----s1sAdjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-sg----s1pAdjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-sg----s2Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=second1
Afp-sg----s2sAdjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-sg----s2pAdjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-sg----s3Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=third1
Afp-sg----s3sAdjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-sg----s3pAdjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-sg----p1Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=first1
Afp-sg----p1sAdjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-sg----p1pAdjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-sg----p2Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=second1
Afp-sg----p2sAdjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-sg----p2pAdjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-sg----p3Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=third1
Afp-sg----p3sAdjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-sg----p3pAdjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-sdAdjective Type=qualificative Degree=positive Number=singular Case=dative348zsugorinak/zsugori, zsidónak/zsidó, vonzónak/vonzó, visszamaradottnak/visszamaradott, vezetőnek/vezető
Afp-sd------sAdjective Type=qualificative Degree=positive Number=singular Case=dative Owned_Number=singular8vonó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------pAdjective Type=qualificative Degree=positive Number=singular Case=dative Owned_Number=plural1
Afp-sd----s1Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=first1
Afp-sd----s1sAdjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-sd----s1pAdjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-sd----s2Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=second27vonzó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----s2sAdjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-sd----s2pAdjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-sd----s3Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=third32vonó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----s3sAdjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-sd----s3pAdjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-sd----p1Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=first2tanyásunknak/tanyás, játékosunknak/játékos
Afp-sd----p1sAdjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-sd----p1pAdjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-sd----p2Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=second1
Afp-sd----p2sAdjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-sd----p2pAdjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-sd----p3Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=third1
Afp-sd----p3sAdjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-sd----p3pAdjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-saAdjective Type=qualificative Degree=positive Number=singular Case=accusative323zsí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------sAdjective Type=qualificative Degree=positive Number=singular Case=accusative Owned_Number=singular10tettét/tett, örökösét/örökös, naplementét/naplement, melegét/meleg, levesét/leves
Afp-sa------pAdjective Type=qualificative Degree=positive Number=singular Case=accusative Owned_Number=plural1
Afp-sa----s1Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=first1
Afp-sa----s1sAdjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-sa----s1pAdjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-sa----s2Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=second1
Afp-sa----s2sAdjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-sa----s2pAdjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-sa----s3Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=third47zöldjét/zöld, vezetőjét/vezető, vezérigazgatóját/vezérigazgató, vastagát/vastag, tulajdonosát/tulajdonos
Afp-sa----s3sAdjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-sa----s3pAdjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-sa----p1Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=first3vágyódásunkat/vágyódás, múltunkat/múlt, borúlátónkat/borúlátó
Afp-sa----p1sAdjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-sa----p1pAdjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-sa----p2Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=second1
Afp-sa----p2sAdjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-sa----p2pAdjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-sa----p3Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=third5vezetőjüket/vezető, mondanivalójukat/mondanivaló, kapusukat/kapus, idegenlégiósukat/idegenlégiós, formájukat/forma
Afp-sa----p3sAdjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-sa----p3pAdjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-siAdjective Type=qualificative Degree=positive Number=singular Case=instrumental96zö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------sAdjective Type=qualificative Degree=positive Number=singular Case=instrumental Owned_Number=singular4melegével/meleg, leteltével/letelt, elteltével/eltelt, egyesével/egyes
Afp-si------pAdjective Type=qualificative Degree=positive Number=singular Case=instrumental Owned_Number=plural1
Afp-si----s1Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=first1
Afp-si----s1sAdjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-si----s1pAdjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-si----s2Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=second1
Afp-si----s2sAdjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-si----s2pAdjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-si----s3Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=third17tulajdonosával/tulajdonos, találkozójával/találkozó, szorosával/szoros, szomszédjával/szomszéd, melegével/meleg
Afp-si----s3sAdjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-si----s3pAdjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-si----p1Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=first1
Afp-si----p1sAdjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-si----p1pAdjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-si----p2Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=second1
Afp-si----p2sAdjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-si----p2pAdjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-si----p3Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=third1derekukkal/derék
Afp-si----p3sAdjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-si----p3pAdjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-sxAdjective Type=qualificative Degree=positive Number=singular Case=illative43versformába/versformá, végtelenbe/végtelen, ülőfürdőbe/ülőfürdő, üldözőbe/üldöző, tulajdonba/tulajdon
Afp-sx------sAdjective Type=qualificative Degree=positive Number=singular Case=illative Owned_Number=singular1mélyébe/mély
Afp-sx------pAdjective Type=qualificative Degree=positive Number=singular Case=illative Owned_Number=plural1
Afp-sx----s1Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=first1
Afp-sx----s1sAdjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-sx----s1pAdjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-sx----s2Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=second1húzódba/húzó
Afp-sx----s2sAdjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-sx----s2pAdjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-sx----s3Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=third7tulajdonába/tulajdon, sűrűjébe/sűrű, mélyébe/mély, magasába/magas, formájába/forma
Afp-sx----s3sAdjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-sx----s3pAdjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-sx----p1Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=first1
Afp-sx----p1sAdjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-sx----p1pAdjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-sx----p2Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=second1
Afp-sx----p2sAdjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-sx----p2pAdjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-sx----p3Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=third1dolgozójukba/dolgozó
Afp-sx----p3sAdjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-sx----p3pAdjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-s2Adjective Type=qualificative Degree=positive Number=singular Case=inessive107zsibogóban/zsibogó, zöldben/zöld, vizsgálatiban/vizsgálati, vigadóban/vigadó, végiben/végi
Afp-s2------sAdjective Type=qualificative Degree=positive Number=singular Case=inessive Owned_Number=singular5ü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------pAdjective Type=qualificative Degree=positive Number=singular Case=inessive Owned_Number=plural1
Afp-s2----s1Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=first1
Afp-s2----s1sAdjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-s2----s1pAdjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-s2----s2Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=second1
Afp-s2----s2sAdjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-s2----s2pAdjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-s2----s3Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=third21valójában/való, vackában/vacak, ültében/ült, ujjasában/ujjas, tulajdonában/tulajdon
Afp-s2----s3sAdjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-s2----s3pAdjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-s2----p1Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=first1bensőnkben/benső
Afp-s2----p1sAdjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-s2----p1pAdjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-s2----p2Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=second1
Afp-s2----p2sAdjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-s2----p2pAdjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-s2----p3Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=third4tulajdonukban/tulajdon, szomszédjukban/szomszéd, kötőjükben/kötő, bensőjükben/benső
Afp-s2----p3sAdjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-s2----p3pAdjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-seAdjective Type=qualificative Degree=positive Number=singular Case=elative37vá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------sAdjective Type=qualificative Degree=positive Number=singular Case=elative Owned_Number=singular1elemzéséből/elemzés
Afp-se------pAdjective Type=qualificative Degree=positive Number=singular Case=elative Owned_Number=plural1
Afp-se----s1Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=first1
Afp-se----s1sAdjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-se----s1pAdjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-se----s2Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=second1
Afp-se----s2sAdjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-se----s2pAdjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-se----s3Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=third6szakadtából/szakadt, önszántából/önszánt, nagyjából/nagy, igazából/igaz, formájából/forma
Afp-se----s3sAdjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-se----s3pAdjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-se----p1Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=first1
Afp-se----p1sAdjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-se----p1pAdjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-se----p2Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=second1
Afp-se----p2sAdjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-se----p2pAdjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-se----p3Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=third4pengőjükből/pengő, önszántukból/önszánt, múltjukból/múlt, hálójukból/háló
Afp-se----p3sAdjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-se----p3pAdjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-stAdjective Type=qualificative Degree=positive Number=singular Case=allative38zsidóhoz/zsidó, vízszinteshez/vízszintes, vezetőihez/vezetői, vámtisztviselőhöz/vámtisztviselő, tulajdonoshoz/tulajdonos
Afp-st------sAdjective Type=qualificative Degree=positive Number=singular Case=allative Owned_Number=singular3zsidóéhoz/zsidó, hitelvesztéséhez/hitelvesztés, hidegéhez/hideg
Afp-st------pAdjective Type=qualificative Degree=positive Number=singular Case=allative Owned_Number=plural1
Afp-st----s1Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=first1
Afp-st----s1sAdjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-st----s1pAdjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-st----s2Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=second1
Afp-st----s2sAdjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-st----s2pAdjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-st----s3Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=third4vezetőjéhez/vezető, hitelvesztéséhez/hitelvesztés, hidegéhez/hideg, csípőjéhez/csípő
Afp-st----s3sAdjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-st----s3pAdjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-st----p1Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=first1
Afp-st----p1sAdjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-st----p1pAdjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-st----p2Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=second1
Afp-st----p2sAdjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-st----p2pAdjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-st----p3Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=third1
Afp-st----p3sAdjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-st----p3pAdjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-s3Adjective Type=qualificative Degree=positive Number=singular Case=adessive41zsidónál/zsidó, vártnál/várt, valóságosnál/valóságos, valamennyinél/valamennyi, tulajdonosnál/tulajdonos
Afp-s3------sAdjective Type=qualificative Degree=positive Number=singular Case=adessive Owned_Number=singular1
Afp-s3------pAdjective Type=qualificative Degree=positive Number=singular Case=adessive Owned_Number=plural1
Afp-s3----s1Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=first1
Afp-s3----s1sAdjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-s3----s1pAdjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-s3----s2Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=second1
Afp-s3----s2sAdjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-s3----s2pAdjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-s3----s3Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=third2szentjénél/szent, megállójánál/megálló
Afp-s3----s3sAdjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-s3----s3pAdjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-s3----p1Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=first1
Afp-s3----p1sAdjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-s3----p1pAdjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-s3----p2Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=second1
Afp-s3----p2sAdjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-s3----p2pAdjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-s3----p3Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=third1
Afp-s3----p3sAdjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-s3----p3pAdjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-sbAdjective Type=qualificative Degree=positive Number=singular Case=ablative37vezetőitől/vezetői, vasastól/vasas, többitől/többi, szervezettől/szervezett, szabályostól/szabályos
Afp-sb------sAdjective Type=qualificative Degree=positive Number=singular Case=ablative Owned_Number=singular3ügyeletesétől/ügyeletes, tettétől/tett, illetékesétől/illetékes
Afp-sb------pAdjective Type=qualificative Degree=positive Number=singular Case=ablative Owned_Number=plural1
Afp-sb----s1Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=first1
Afp-sb----s1sAdjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-sb----s1pAdjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-sb----s2Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=second1
Afp-sb----s2sAdjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-sb----s2pAdjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-sb----s3Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=third13vezető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----s3sAdjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-sb----s3pAdjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-sb----p1Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=first1
Afp-sb----p1sAdjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-sb----p1pAdjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-sb----p2Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=second1
Afp-sb----p2sAdjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-sb----p2pAdjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-sb----p3Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=third1játékosuktól/játékos
Afp-sb----p3sAdjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-sb----p3pAdjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-s9Adjective Type=qualificative Degree=positive Number=singular Case=terminative10újig/új, töltésig/töltés, színültig/színült, őszig/ősz, fordulóig/forduló
Afp-s9------sAdjective Type=qualificative Degree=positive Number=singular Case=terminative Owned_Number=singular1elkészültéig/elkészült
Afp-s9------pAdjective Type=qualificative Degree=positive Number=singular Case=terminative Owned_Number=plural1
Afp-s9----s1Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=first1
Afp-s9----s1sAdjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-s9----s1pAdjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-s9----s2Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=second1
Afp-s9----s2sAdjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-s9----s2pAdjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-s9----s3Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=third1elkészültéig/elkészült
Afp-s9----s3sAdjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-s9----s3pAdjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-s9----p1Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=first1
Afp-s9----p1sAdjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-s9----p1pAdjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-s9----p2Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=second1
Afp-s9----p2sAdjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-s9----p2pAdjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-s9----p3Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=third1
Afp-s9----p3sAdjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-s9----p3pAdjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-swAdjective Type=qualificative Degree=positive Number=singular Case=essive760zseniálisan/zseniális, zavartan/zavart, zavarodottan/zavarodott, zajtalanul/zajtalan, vontatottan/vontatott
Afp-sw------sAdjective Type=qualificative Degree=positive Number=singular Case=essive Owned_Number=singular1
Afp-sw------pAdjective Type=qualificative Degree=positive Number=singular Case=essive Owned_Number=plural1
Afp-sw----s1Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=first1
Afp-sw----s1sAdjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-sw----s1pAdjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-sw----s2Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=second1
Afp-sw----s2sAdjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-sw----s2pAdjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-sw----s3Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=third2várójául/váró, prédájául/préda
Afp-sw----s3sAdjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-sw----s3pAdjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-sw----p1Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=first1
Afp-sw----p1sAdjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-sw----p1pAdjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-sw----p2Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=second1
Afp-sw----p2sAdjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-sw----p2pAdjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-sw----p3Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=third1
Afp-sw----p3sAdjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-sw----p3pAdjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-smAdjective Type=qualificative Degree=positive Number=singular Case=temporalis3múltkor/múlt, máskor/más, jókor/jó
Afp-sm------sAdjective Type=qualificative Degree=positive Number=singular Case=temporalis Owned_Number=singular1
Afp-sm------pAdjective Type=qualificative Degree=positive Number=singular Case=temporalis Owned_Number=plural1
Afp-sm----s1Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=first1
Afp-sm----s1sAdjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-sm----s1pAdjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-sm----s2Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=second1
Afp-sm----s2sAdjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-sm----s2pAdjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-sm----s3Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=third1
Afp-sm----s3sAdjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-sm----s3pAdjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-sm----p1Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=first1
Afp-sm----p1sAdjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-sm----p1pAdjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-sm----p2Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=second1
Afp-sm----p2sAdjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-sm----p2pAdjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-sm----p3Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=third1
Afp-sm----p3sAdjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-sm----p3pAdjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-scAdjective Type=qualificative Degree=positive Number=singular Case=causalis10szerelőiért/szerelői, melegért/meleg, másért/más, lakosért/lakos, jutásért/jutás
Afp-sc------sAdjective Type=qualificative Degree=positive Number=singular Case=causalis Owned_Number=singular1tettéért/tett
Afp-sc------pAdjective Type=qualificative Degree=positive Number=singular Case=causalis Owned_Number=plural1
Afp-sc----s1Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=first1
Afp-sc----s1sAdjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-sc----s1pAdjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-sc----s2Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=second1
Afp-sc----s2sAdjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-sc----s2pAdjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-sc----s3Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=third3tettéért/tett, jövőjéért/jövő, javáért/jav
Afp-sc----s3sAdjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-sc----s3pAdjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-sc----p1Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=first1
Afp-sc----p1sAdjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-sc----p1pAdjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-sc----p2Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=second1
Afp-sc----p2sAdjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-sc----p2pAdjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-sc----p3Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=third1
Afp-sc----p3sAdjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-sc----p3pAdjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-ssAdjective Type=qualificative Degree=positive Number=singular Case=sublative133zöldre/zöld, zavartatásra/zavartatás, virradóra/virradó, vevőre/vevő, vetélkedőre/vetélkedő
Afp-ss------sAdjective Type=qualificative Degree=positive Number=singular Case=sublative Owned_Number=singular4mélyére/mély, kétszeresére/kétszeres, hétszeresére/hétszeres, elemzésére/elemzés
Afp-ss------pAdjective Type=qualificative Degree=positive Number=singular Case=sublative Owned_Number=plural1
Afp-ss----s1Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=first1
Afp-ss----s1sAdjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-ss----s1pAdjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-ss----s2Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=second1
Afp-ss----s2sAdjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-ss----s2pAdjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-ss----s3Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=third15szabadjára/szabad, rosszára/rossz, riválisára/rivális, nehezére/nehéz, mélyére/mély
Afp-ss----s3sAdjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-ss----s3pAdjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-ss----p1Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=first1jelenetekre/jelen
Afp-ss----p1sAdjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-ss----p1pAdjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-ss----p2Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=second1
Afp-ss----p2sAdjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-ss----p2pAdjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-ss----p3Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=third2javukra/jav, derekukra/derék
Afp-ss----p3sAdjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-ss----p3pAdjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-shAdjective Type=qualificative Degree=positive Number=singular Case=delative36vé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------sAdjective Type=qualificative Degree=positive Number=singular Case=delative Owned_Number=singular2szüléséről/szülés, mélyéről/mély
Afp-sh------pAdjective Type=qualificative Degree=positive Number=singular Case=delative Owned_Number=plural1
Afp-sh----s1Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=first1
Afp-sh----s1sAdjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-sh----s1pAdjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-sh----s2Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=second1
Afp-sh----s2sAdjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-sh----s2pAdjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-sh----s3Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=third6szü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----s3sAdjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-sh----s3pAdjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-sh----p1Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=first1
Afp-sh----p1sAdjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-sh----p1pAdjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-sh----p2Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=second1
Afp-sh----p2sAdjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-sh----p2pAdjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-sh----p3Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=third1
Afp-sh----p3sAdjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-sh----p3pAdjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-sqAdjective Type=qualificative Degree=positive Number=singular Case=sociative1
Afp-sq------sAdjective Type=qualificative Degree=positive Number=singular Case=sociative Owned_Number=singular1
Afp-sq------pAdjective Type=qualificative Degree=positive Number=singular Case=sociative Owned_Number=plural1
Afp-sq----s1Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=first1
Afp-sq----s1sAdjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-sq----s1pAdjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-sq----s2Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=second1
Afp-sq----s2sAdjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-sq----s2pAdjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-sq----s3Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=third1
Afp-sq----s3sAdjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-sq----s3pAdjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-sq----p1Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=first1
Afp-sq----p1sAdjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-sq----p1pAdjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-sq----p2Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=second1
Afp-sq----p2sAdjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-sq----p2pAdjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-sq----p3Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=third1
Afp-sq----p3sAdjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-sq----p3pAdjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-syAdjective Type=qualificative Degree=positive Number=singular Case=factive133viszonylagossá/viszonylagos, világossá/világos, vigyázatlanná/vigyázatlan, veszélyessé/veszélyes, veszedelmessé/veszedelmes
Afp-sy------sAdjective Type=qualificative Degree=positive Number=singular Case=factive Owned_Number=singular1
Afp-sy------pAdjective Type=qualificative Degree=positive Number=singular Case=factive Owned_Number=plural1
Afp-sy----s1Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=first1
Afp-sy----s1sAdjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-sy----s1pAdjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-sy----s2Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=second1
Afp-sy----s2sAdjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-sy----s2pAdjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-sy----s3Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=third2vezetőjévé/vezető, árulójává/áruló
Afp-sy----s3sAdjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-sy----s3pAdjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-sy----p1Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=first1
Afp-sy----p1sAdjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-sy----p1pAdjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-sy----p2Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=second1
Afp-sy----p2sAdjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-sy----p2pAdjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-sy----p3Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=third1
Afp-sy----p3sAdjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-sy----p3pAdjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-spAdjective Type=qualificative Degree=positive Number=singular Case=superessive377zabolá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------sAdjective Type=qualificative Degree=positive Number=singular Case=superessive Owned_Number=singular4őszén/ősz, mentén/ment, mélyén/mély, könnyedén/könnyed
Afp-sp------pAdjective Type=qualificative Degree=positive Number=singular Case=superessive Owned_Number=plural1
Afp-sp----s1Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=first1
Afp-sp----s1sAdjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-sp----s1pAdjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-sp----s2Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=second1gyengéden/gyenge
Afp-sp----s2sAdjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-sp----s2pAdjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-sp----s3Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=third16talá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----s3sAdjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-sp----s3pAdjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-sp----p1Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=first1
Afp-sp----p1sAdjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-sp----p1pAdjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-sp----p2Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=second1
Afp-sp----p2sAdjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-sp----p2pAdjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-sp----p3Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=third1találkozójukon/találkozó
Afp-sp----p3sAdjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-sp----p3pAdjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-suAdjective Type=qualificative Degree=positive Number=singular Case=distributive1
Afp-su------sAdjective Type=qualificative Degree=positive Number=singular Case=distributive Owned_Number=singular1
Afp-su------pAdjective Type=qualificative Degree=positive Number=singular Case=distributive Owned_Number=plural1
Afp-su----s1Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=first1
Afp-su----s1sAdjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-su----s1pAdjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-su----s2Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=second1
Afp-su----s2sAdjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-su----s2pAdjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-su----s3Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=third1
Afp-su----s3sAdjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-su----s3pAdjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-su----p1Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=first1
Afp-su----p1sAdjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-su----p1pAdjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-su----p2Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=second1
Afp-su----p2sAdjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-su----p2pAdjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-su----p3Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=third1
Afp-su----p3sAdjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-su----p3pAdjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-sfAdjective Type=qualificative Degree=positive Number=singular Case=essive-formal38utolsóként/utolsó, tulajdonosként/tulajdonos, tulajdonképp/tulajdon, tulajdonképpen/tulajdon, tettként/tett
Afp-sf------sAdjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owned_Number=singular1
Afp-sf------pAdjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owned_Number=plural1
Afp-sf----s1Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first1
Afp-sf----s1sAdjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-sf----s1pAdjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-sf----s2Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second1
Afp-sf----s2sAdjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-sf----s2pAdjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-sf----s3Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third6tulajdonosaké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----s3sAdjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-sf----s3pAdjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-sf----p1Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first1
Afp-sf----p1sAdjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-sf----p1pAdjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-sf----p2Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second1
Afp-sf----p2sAdjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-sf----p2pAdjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-sf----p3Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third1
Afp-sf----p3sAdjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-sf----p3pAdjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-pnAdjective Type=qualificative Degree=positive Number=plural Case=nominative1128zupások/zupás, zuhantak/zuhant, zugárusok/zugárus, zsugoriak/zsugori, zsúfoltak/zsúfolt
Afp-pn------sAdjective Type=qualificative Degree=positive Number=plural Case=nominative Owned_Number=singular6többieké/többi, proliké/proli, másoké/más, kelet-budapestieké/kelet-budapesti, kapitalistáké/kapitalista
Afp-pn------pAdjective Type=qualificative Degree=positive Number=plural Case=nominative Owned_Number=plural1
Afp-pn----s1Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=first1gyöngéim/gyönge
Afp-pn----s1sAdjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-pn----s1pAdjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-pn----s2Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=second1
Afp-pn----s2sAdjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-pn----s2pAdjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-pn----s3Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=third96zökkenői/zökkenő, vezetői/vezető, vezérigazgatói/vezérigazgató, vevői/vevő, védői/védő
Afp-pn----s3sAdjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-pn----s3pAdjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-pn----p1Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=first1vezetőink/vezető
Afp-pn----p1sAdjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-pn----p1pAdjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-pn----p2Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=second1
Afp-pn----p2sAdjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-pn----p2pAdjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-pn----p3Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=third7választóik/választó, tulajdonosaik/tulajdonos, pengőik/pengő, kezelőik/kezelő, intézőik/intéző
Afp-pn----p3sAdjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-pn----p3pAdjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-pgAdjective Type=qualificative Degree=positive Number=plural Case=genitive1
Afp-pg------sAdjective Type=qualificative Degree=positive Number=plural Case=genitive Owned_Number=singular1
Afp-pg------pAdjective Type=qualificative Degree=positive Number=plural Case=genitive Owned_Number=plural1
Afp-pg----s1Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=first1
Afp-pg----s1sAdjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-pg----s1pAdjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-pg----s2Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=second1
Afp-pg----s2sAdjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-pg----s2pAdjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-pg----s3Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=third1
Afp-pg----s3sAdjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-pg----s3pAdjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-pg----p1Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=first1
Afp-pg----p1sAdjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-pg----p1pAdjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-pg----p2Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=second1
Afp-pg----p2sAdjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-pg----p2pAdjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-pg----p3Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=third1
Afp-pg----p3sAdjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-pg----p3pAdjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-pdAdjective Type=qualificative Degree=positive Number=plural Case=dative92vö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------sAdjective Type=qualificative Degree=positive Number=plural Case=dative Owned_Number=singular1készültekének/készült
Afp-pd------pAdjective Type=qualificative Degree=positive Number=plural Case=dative Owned_Number=plural1
Afp-pd----s1Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=first1
Afp-pd----s1sAdjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-pd----s1pAdjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-pd----s2Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=second1
Afp-pd----s2sAdjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-pd----s2pAdjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-pd----s3Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=third26vezetőinek/vezető, vallatóinak/vallató, úttörőiről/úttörő, tisztségviselőinek/tisztségviselő, szerkesztőinek/szerkesztő
Afp-pd----s3sAdjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-pd----s3pAdjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-pd----p1Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=first1
Afp-pd----p1sAdjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-pd----p1pAdjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-pd----p2Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=second1
Afp-pd----p2sAdjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-pd----p2pAdjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-pd----p3Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=third1
Afp-pd----p3sAdjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-pd----p3pAdjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-paAdjective Type=qualificative Degree=positive Number=plural Case=accusative137zsidókat/zsidó, vörösöket/vörös, vontatókat/vontató, virágszedőket/virágszedő, vezetőket/vezető
Afp-pa------sAdjective Type=qualificative Degree=positive Number=plural Case=accusative Owned_Number=singular3másokét/más, kicsikét/kicsi, keletiekét/keleti
Afp-pa------pAdjective Type=qualificative Degree=positive Number=plural Case=accusative Owned_Number=plural1
Afp-pa----s1Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=first1függőimet/függő
Afp-pa----s1sAdjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-pa----s1pAdjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-pa----s2Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=second1
Afp-pa----s2sAdjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-pa----s2pAdjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-pa----s3Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=third25visszavágóit/visszavágó, villanyégőit/villanyégő, vezetőit/vezető, tolvajait/tolvaj, tisztviselőit/tisztviselő
Afp-pa----s3sAdjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-pa----s3pAdjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-pa----p1Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=first1
Afp-pa----p1sAdjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-pa----p1pAdjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-pa----p2Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=second1
Afp-pa----p2sAdjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-pa----p2pAdjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-pa----p3Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=third4tetteiket/tett, kutyáikat/kutya, képviselőiket/képviselő, ingatlanjaikat/ingatlan
Afp-pa----p3sAdjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-pa----p3pAdjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-piAdjective Type=qualificative Degree=positive Number=plural Case=instrumental70zsugoriakkal/zsugori, ukránokkal/ukrán, tulajdonosakkal/tulajdonos, törülközőkkel/törülköző, többiekkel/többi
Afp-pi------sAdjective Type=qualificative Degree=positive Number=plural Case=instrumental Owned_Number=singular1
Afp-pi------pAdjective Type=qualificative Degree=positive Number=plural Case=instrumental Owned_Number=plural1
Afp-pi----s1Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=first1
Afp-pi----s1sAdjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-pi----s1pAdjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-pi----s2Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=second1
Afp-pi----s2sAdjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-pi----s2pAdjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-pi----s3Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=third8vezetőivel/vezető, tisztségviselőivel/tisztségviselő, rendezőivel/rendező, lovasaival/lovas, kutyáival/kutya
Afp-pi----s3sAdjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-pi----s3pAdjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-pi----p1Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=first1elnyomóinkkal/elnyomó
Afp-pi----p1sAdjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-pi----p1pAdjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-pi----p2Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=second1
Afp-pi----p2sAdjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-pi----p2pAdjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-pi----p3Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=third3marokszedőikkel/marokszedő, kocsisaikkal/kocsis, hozzátartozóikkal/hozzátartozó
Afp-pi----p3sAdjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-pi----p3pAdjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-pxAdjective Type=qualificative Degree=positive Number=plural Case=illative1csigaformákba/csigaformá
Afp-px------sAdjective Type=qualificative Degree=positive Number=plural Case=illative Owned_Number=singular1
Afp-px------pAdjective Type=qualificative Degree=positive Number=plural Case=illative Owned_Number=plural1
Afp-px----s1Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=first1
Afp-px----s1sAdjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-px----s1pAdjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-px----s2Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=second1
Afp-px----s2sAdjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-px----s2pAdjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-px----s3Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=third1
Afp-px----s3sAdjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-px----s3pAdjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-px----p1Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=first1
Afp-px----p1sAdjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-px----p1pAdjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-px----p2Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=second1
Afp-px----p2sAdjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-px----p2pAdjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-px----p3Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=third1
Afp-px----p3sAdjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-px----p3pAdjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-p2Adjective Type=qualificative Degree=positive Number=plural Case=inessive10szőttesekben/szőttes, prolikban/proli, mosdókban/mosdó, mélyhűtőkben/mélyhűtő, másokban/más
Afp-p2------sAdjective Type=qualificative Degree=positive Number=plural Case=inessive Owned_Number=singular1
Afp-p2------pAdjective Type=qualificative Degree=positive Number=plural Case=inessive Owned_Number=plural1
Afp-p2----s1Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=first1
Afp-p2----s1sAdjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-p2----s1pAdjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-p2----s2Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=second1
Afp-p2----s2sAdjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-p2----s2pAdjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-p2----s3Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=third3útvesztőiben/útvesztő, üdülőiben/üdülő, fordulóiban/forduló
Afp-p2----s3sAdjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-p2----s3pAdjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-p2----p1Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=first1
Afp-p2----p1sAdjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-p2----p1pAdjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-p2----p2Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=second1
Afp-p2----p2sAdjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-p2----p2pAdjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-p2----p3Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=third1
Afp-p2----p3sAdjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-p2----p3pAdjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-peAdjective Type=qualificative Degree=positive Number=plural Case=elative18utó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------sAdjective Type=qualificative Degree=positive Number=plural Case=elative Owned_Number=singular1
Afp-pe------pAdjective Type=qualificative Degree=positive Number=plural Case=elative Owned_Number=plural1
Afp-pe----s1Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=first1
Afp-pe----s1sAdjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-pe----s1pAdjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-pe----s2Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=second1
Afp-pe----s2sAdjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-pe----s2pAdjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-pe----s3Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=third3képviselőiből/képviselő, hízóiból/hízó, dolgozóiból/dolgozó
Afp-pe----s3sAdjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-pe----s3pAdjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-pe----p1Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=first1
Afp-pe----p1sAdjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-pe----p1pAdjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-pe----p2Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=second1
Afp-pe----p2sAdjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-pe----p2pAdjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-pe----p3Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=third1
Afp-pe----p3sAdjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-pe----p3pAdjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-ptAdjective Type=qualificative Degree=positive Number=plural Case=allative16tanítókhoz/tanító, szavazókhoz/szavazó, szaladókhoz/szaladó, marokszedőkhöz/marokszedő, lázadókhoz/lázadó
Afp-pt------sAdjective Type=qualificative Degree=positive Number=plural Case=allative Owned_Number=singular2szabaddemokratákéhoz/szabaddemokrata, kanokéhoz/kan
Afp-pt------pAdjective Type=qualificative Degree=positive Number=plural Case=allative Owned_Number=plural1
Afp-pt----s1Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=first1ismerőseimhez/ismerős
Afp-pt----s1sAdjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-pt----s1pAdjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-pt----s2Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=second1
Afp-pt----s2sAdjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-pt----s2pAdjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-pt----s3Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=third2vezetőihez/vezető, lakóihoz/lakó
Afp-pt----s3sAdjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-pt----s3pAdjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-pt----p1Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=first1
Afp-pt----p1sAdjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-pt----p1pAdjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-pt----p2Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=second1
Afp-pt----p2sAdjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-pt----p2pAdjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-pt----p3Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=third1
Afp-pt----p3sAdjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-pt----p3pAdjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-p3Adjective Type=qualificative Degree=positive Number=plural Case=adessive11vá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------sAdjective Type=qualificative Degree=positive Number=plural Case=adessive Owned_Number=singular1
Afp-p3------pAdjective Type=qualificative Degree=positive Number=plural Case=adessive Owned_Number=plural1
Afp-p3----s1Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=first1
Afp-p3----s1sAdjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-p3----s1pAdjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-p3----s2Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=second1
Afp-p3----s2sAdjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-p3----s2pAdjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-p3----s3Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=third1határátkelőinél/határátkelő
Afp-p3----s3sAdjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-p3----s3pAdjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-p3----p1Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=first1
Afp-p3----p1sAdjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-p3----p1pAdjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-p3----p2Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=second1
Afp-p3----p2sAdjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-p3----p2pAdjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-p3----p3Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=third1
Afp-p3----p3sAdjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-p3----p3pAdjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-pbAdjective Type=qualificative Degree=positive Number=plural Case=ablative22vá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------sAdjective Type=qualificative Degree=positive Number=plural Case=ablative Owned_Number=singular1külföldiekétől/külföldi
Afp-pb------pAdjective Type=qualificative Degree=positive Number=plural Case=ablative Owned_Number=plural1
Afp-pb----s1Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=first1
Afp-pb----s1sAdjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-pb----s1pAdjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-pb----s2Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=second1
Afp-pb----s2sAdjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-pb----s2pAdjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-pb----s3Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=third3vezetőitől/vezető, illetékeseitől/illetékes, hordozóitól/hordozó
Afp-pb----s3sAdjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-pb----s3pAdjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-pb----p1Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=first1
Afp-pb----p1sAdjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-pb----p1pAdjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-pb----p2Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=second1
Afp-pb----p2sAdjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-pb----p2pAdjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-pb----p3Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=third1
Afp-pb----p3sAdjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-pb----p3pAdjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-p9Adjective Type=qualificative Degree=positive Number=plural Case=terminative1tettekig/tett
Afp-p9------sAdjective Type=qualificative Degree=positive Number=plural Case=terminative Owned_Number=singular1
Afp-p9------pAdjective Type=qualificative Degree=positive Number=plural Case=terminative Owned_Number=plural1
Afp-p9----s1Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=first1
Afp-p9----s1sAdjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-p9----s1pAdjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-p9----s2Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=second1
Afp-p9----s2sAdjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-p9----s2pAdjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-p9----s3Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=third1
Afp-p9----s3sAdjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-p9----s3pAdjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-p9----p1Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=first1
Afp-p9----p1sAdjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-p9----p1pAdjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-p9----p2Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=second1
Afp-p9----p2sAdjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-p9----p2pAdjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-p9----p3Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=third1
Afp-p9----p3sAdjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-p9----p3pAdjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-pwAdjective Type=qualificative Degree=positive Number=plural Case=essive1
Afp-pw------sAdjective Type=qualificative Degree=positive Number=plural Case=essive Owned_Number=singular1
Afp-pw------pAdjective Type=qualificative Degree=positive Number=plural Case=essive Owned_Number=plural1
Afp-pw----s1Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=first1
Afp-pw----s1sAdjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-pw----s1pAdjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-pw----s2Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=second1
Afp-pw----s2sAdjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-pw----s2pAdjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-pw----s3Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=third1
Afp-pw----s3sAdjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-pw----s3pAdjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-pw----p1Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=first1
Afp-pw----p1sAdjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-pw----p1pAdjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-pw----p2Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=second1
Afp-pw----p2sAdjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-pw----p2pAdjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-pw----p3Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=third1
Afp-pw----p3sAdjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-pw----p3pAdjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-pmAdjective Type=qualificative Degree=positive Number=plural Case=temporalis1
Afp-pm------sAdjective Type=qualificative Degree=positive Number=plural Case=temporalis Owned_Number=singular1
Afp-pm------pAdjective Type=qualificative Degree=positive Number=plural Case=temporalis Owned_Number=plural1
Afp-pm----s1Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=first1
Afp-pm----s1sAdjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-pm----s1pAdjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-pm----s2Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=second1
Afp-pm----s2sAdjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-pm----s2pAdjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-pm----s3Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=third1
Afp-pm----s3sAdjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-pm----s3pAdjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-pm----p1Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=first1
Afp-pm----p1sAdjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-pm----p1pAdjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-pm----p2Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=second1
Afp-pm----p2sAdjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-pm----p2pAdjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-pm----p3Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=third1
Afp-pm----p3sAdjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-pm----p3pAdjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-pcAdjective Type=qualificative Degree=positive Number=plural Case=causalis4történtekért/történt, tanyaiakért/tanyai, sertésekért/sertés, labdarúgókért/labdarúgó
Afp-pc------sAdjective Type=qualificative Degree=positive Number=plural Case=causalis Owned_Number=singular1másokéért/más
Afp-pc------pAdjective Type=qualificative Degree=positive Number=plural Case=causalis Owned_Number=plural1
Afp-pc----s1Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=first1
Afp-pc----s1sAdjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-pc----s1pAdjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-pc----s2Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=second1
Afp-pc----s2sAdjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-pc----s2pAdjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-pc----s3Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=third1szerelőiért/szerelő
Afp-pc----s3sAdjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-pc----s3pAdjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-pc----p1Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=first1
Afp-pc----p1sAdjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-pc----p1pAdjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-pc----p2Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=second1
Afp-pc----p2sAdjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-pc----p2pAdjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-pc----p3Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=third1
Afp-pc----p3sAdjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-pc----p3pAdjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-psAdjective Type=qualificative Degree=positive Number=plural Case=sublative22zsidókra/zsidó, vezetőkre/vezető, vásárlókra/vásárló, tudósokra/tudós, szülőkre/szülő
Afp-ps------sAdjective Type=qualificative Degree=positive Number=plural Case=sublative Owned_Number=singular1
Afp-ps------pAdjective Type=qualificative Degree=positive Number=plural Case=sublative Owned_Number=plural1
Afp-ps----s1Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=first1
Afp-ps----s1sAdjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-ps----s1pAdjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-ps----s2Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=second1
Afp-ps----s2sAdjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-ps----s2pAdjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-ps----s3Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=third8tulajdonosaira/tulajdonos, tisztségviselőire/tisztségviselő, rendezőire/rendező, látnivalóira/látnivaló, képviselőire/képviselő
Afp-ps----s3sAdjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-ps----s3pAdjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-ps----p1Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=first1
Afp-ps----p1sAdjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-ps----p1pAdjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-ps----p2Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=second1
Afp-ps----p2sAdjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-ps----p2pAdjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-ps----p3Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=third1
Afp-ps----p3sAdjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-ps----p3pAdjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-phAdjective Type=qualificative Degree=positive Number=plural Case=delative10zsidó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------sAdjective Type=qualificative Degree=positive Number=plural Case=delative Owned_Number=singular1
Afp-ph------pAdjective Type=qualificative Degree=positive Number=plural Case=delative Owned_Number=plural1
Afp-ph----s1Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=first1
Afp-ph----s1sAdjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-ph----s1pAdjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-ph----s2Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=second1
Afp-ph----s2sAdjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-ph----s2pAdjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-ph----s3Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=third1ismerőseiről/ismerős
Afp-ph----s3sAdjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-ph----s3pAdjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-ph----p1Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=first1
Afp-ph----p1sAdjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-ph----p1pAdjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-ph----p2Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=second1
Afp-ph----p2sAdjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-ph----p2pAdjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-ph----p3Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=third2íróikról/író, hozzátartozóikról/hozzátartozó
Afp-ph----p3sAdjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-ph----p3pAdjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-pqAdjective Type=qualificative Degree=positive Number=plural Case=sociative1
Afp-pq------sAdjective Type=qualificative Degree=positive Number=plural Case=sociative Owned_Number=singular1
Afp-pq------pAdjective Type=qualificative Degree=positive Number=plural Case=sociative Owned_Number=plural1
Afp-pq----s1Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=first1
Afp-pq----s1sAdjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-pq----s1pAdjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-pq----s2Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=second1
Afp-pq----s2sAdjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-pq----s2pAdjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-pq----s3Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=third1
Afp-pq----s3sAdjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-pq----s3pAdjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-pq----p1Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=first1
Afp-pq----p1sAdjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-pq----p1pAdjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-pq----p2Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=second1
Afp-pq----p2sAdjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-pq----p2pAdjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-pq----p3Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=third1
Afp-pq----p3sAdjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-pq----p3pAdjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-pyAdjective Type=qualificative Degree=positive Number=plural Case=factive5vértanúkká/vértanú, vadakká/vad, támadhatókká/támadható, nyugdíjasokká/nyugdíjas, emberevőkké/emberevő
Afp-py------sAdjective Type=qualificative Degree=positive Number=plural Case=factive Owned_Number=singular1
Afp-py------pAdjective Type=qualificative Degree=positive Number=plural Case=factive Owned_Number=plural1
Afp-py----s1Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=first1
Afp-py----s1sAdjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-py----s1pAdjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-py----s2Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=second1
Afp-py----s2sAdjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-py----s2pAdjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-py----s3Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=third1
Afp-py----s3sAdjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-py----s3pAdjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-py----p1Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=first1
Afp-py----p1sAdjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-py----p1pAdjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-py----p2Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=second1
Afp-py----p2sAdjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-py----p2pAdjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-py----p3Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=third1
Afp-py----p3sAdjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-py----p3pAdjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-ppAdjective Type=qualificative Degree=positive Number=plural Case=superessive11többieken/többi, szenvedőkön/szenvedő, szegényeken/szegény, szántásokon/szántás, legelőkön/legelő
Afp-pp------sAdjective Type=qualificative Degree=positive Number=plural Case=superessive Owned_Number=singular1
Afp-pp------pAdjective Type=qualificative Degree=positive Number=plural Case=superessive Owned_Number=plural1
Afp-pp----s1Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=first1
Afp-pp----s1sAdjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-pp----s1pAdjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-pp----s2Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=second1
Afp-pp----s2sAdjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-pp----s2pAdjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-pp----s3Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=third3találkozóin/találkozó, szűrőin/szűrő, buktatóin/buktató
Afp-pp----s3sAdjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-pp----s3pAdjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-pp----p1Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=first1
Afp-pp----p1sAdjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-pp----p1pAdjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-pp----p2Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=second1
Afp-pp----p2sAdjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-pp----p2pAdjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-pp----p3Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=third1
Afp-pp----p3sAdjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-pp----p3pAdjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-puAdjective Type=qualificative Degree=positive Number=plural Case=distributive1
Afp-pu------sAdjective Type=qualificative Degree=positive Number=plural Case=distributive Owned_Number=singular1
Afp-pu------pAdjective Type=qualificative Degree=positive Number=plural Case=distributive Owned_Number=plural1
Afp-pu----s1Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=first1
Afp-pu----s1sAdjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-pu----s1pAdjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-pu----s2Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=second1
Afp-pu----s2sAdjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-pu----s2pAdjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-pu----s3Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=third1
Afp-pu----s3sAdjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-pu----s3pAdjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-pu----p1Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=first1
Afp-pu----p1sAdjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-pu----p1pAdjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-pu----p2Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=second1
Afp-pu----p2sAdjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-pu----p2pAdjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-pu----p3Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=third1
Afp-pu----p3sAdjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-pu----p3pAdjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afp-pfAdjective Type=qualificative Degree=positive Number=plural Case=essive-formal1
Afp-pf------sAdjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owned_Number=singular1
Afp-pf------pAdjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owned_Number=plural1
Afp-pf----s1Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first1
Afp-pf----s1sAdjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afp-pf----s1pAdjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afp-pf----s2Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second1
Afp-pf----s2sAdjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afp-pf----s2pAdjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afp-pf----s3Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third1gondozóiként/gondozó
Afp-pf----s3sAdjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afp-pf----s3pAdjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afp-pf----p1Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first1
Afp-pf----p1sAdjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afp-pf----p1pAdjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afp-pf----p2Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second1
Afp-pf----p2sAdjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afp-pf----p2pAdjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afp-pf----p3Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third1
Afp-pf----p3sAdjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afp-pf----p3pAdjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-snAdjective Type=qualificative Degree=comparative Number=singular Case=nominative210zavartabb/zavart, visszataszítóbb/visszataszító, visszafogottabb/visszafogott, világosabb/világos, vigasztalóbb/vigasztaló
Afc-sn------sAdjective Type=qualificative Degree=comparative Number=singular Case=nominative Owned_Number=singular13ünnepélyesebbé/ünnepélyes, személyesebbé/személyes, ridegebbé/rideg, nőiesebbé/nőies, műveltebbé/művelt
Afc-sn------pAdjective Type=qualificative Degree=comparative Number=singular Case=nominative Owned_Number=plural1
Afc-sn----s1Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=first1
Afc-sn----s1sAdjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-sn----s1pAdjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-sn----s2Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=second1
Afc-sn----s2sAdjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-sn----s2pAdjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-sn----s3Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=third1
Afc-sn----s3sAdjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-sn----s3pAdjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-sn----p1Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=first1
Afc-sn----p1sAdjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-sn----p1pAdjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-sn----p2Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=second1
Afc-sn----p2sAdjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-sn----p2pAdjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-sn----p3Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=third1
Afc-sn----p3sAdjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-sn----p3pAdjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-sgAdjective Type=qualificative Degree=comparative Number=singular Case=genitive1
Afc-sg------sAdjective Type=qualificative Degree=comparative Number=singular Case=genitive Owned_Number=singular1
Afc-sg------pAdjective Type=qualificative Degree=comparative Number=singular Case=genitive Owned_Number=plural1
Afc-sg----s1Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=first1
Afc-sg----s1sAdjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-sg----s1pAdjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-sg----s2Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=second1
Afc-sg----s2sAdjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-sg----s2pAdjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-sg----s3Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=third1
Afc-sg----s3sAdjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-sg----s3pAdjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-sg----p1Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=first1
Afc-sg----p1sAdjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-sg----p1pAdjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-sg----p2Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=second1
Afc-sg----p2sAdjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-sg----p2pAdjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-sg----p3Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=third1
Afc-sg----p3sAdjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-sg----p3pAdjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-sdAdjective Type=qualificative Degree=comparative Number=singular Case=dative18természetesebbnek/természetes, sötétebbnek/sötét, rövidebbnek/rövid, pirosabbnak/piros, öregebbnek/öreg
Afc-sd------sAdjective Type=qualificative Degree=comparative Number=singular Case=dative Owned_Number=singular1
Afc-sd------pAdjective Type=qualificative Degree=comparative Number=singular Case=dative Owned_Number=plural1
Afc-sd----s1Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=first1
Afc-sd----s1sAdjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-sd----s1pAdjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-sd----s2Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=second1
Afc-sd----s2sAdjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-sd----s2pAdjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-sd----s3Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=third1
Afc-sd----s3sAdjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-sd----s3pAdjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-sd----p1Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=first1
Afc-sd----p1sAdjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-sd----p1pAdjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-sd----p2Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=second1
Afc-sd----p2sAdjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-sd----p2pAdjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-sd----p3Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=third1
Afc-sd----p3sAdjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-sd----p3pAdjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-saAdjective Type=qualificative Degree=comparative Number=singular Case=accusative9újabbat/új, rosszabbat/rossz, nehezebbet/nehéz, nagyobbat/nagy, melegebbet/meleg
Afc-sa------sAdjective Type=qualificative Degree=comparative Number=singular Case=accusative Owned_Number=singular1
Afc-sa------pAdjective Type=qualificative Degree=comparative Number=singular Case=accusative Owned_Number=plural1
Afc-sa----s1Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=first1
Afc-sa----s1sAdjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-sa----s1pAdjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-sa----s2Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=second1
Afc-sa----s2sAdjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-sa----s2pAdjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-sa----s3Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=third1
Afc-sa----s3sAdjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-sa----s3pAdjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-sa----p1Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=first1
Afc-sa----p1sAdjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-sa----p1pAdjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-sa----p2Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=second1
Afc-sa----p2sAdjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-sa----p2pAdjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-sa----p3Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=third1
Afc-sa----p3sAdjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-sa----p3pAdjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-siAdjective Type=qualificative Degree=comparative Number=singular Case=instrumental1
Afc-si------sAdjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owned_Number=singular1
Afc-si------pAdjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owned_Number=plural1
Afc-si----s1Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=first1
Afc-si----s1sAdjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-si----s1pAdjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-si----s2Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=second1
Afc-si----s2sAdjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-si----s2pAdjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-si----s3Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=third1
Afc-si----s3sAdjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-si----s3pAdjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-si----p1Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=first1
Afc-si----p1sAdjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-si----p1pAdjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-si----p2Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=second1
Afc-si----p2sAdjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-si----p2pAdjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-si----p3Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=third1
Afc-si----p3sAdjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-si----p3pAdjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-sxAdjective Type=qualificative Degree=comparative Number=singular Case=illative2kevesebbe/kevés, esendőségbe/esendő
Afc-sx------sAdjective Type=qualificative Degree=comparative Number=singular Case=illative Owned_Number=singular1
Afc-sx------pAdjective Type=qualificative Degree=comparative Number=singular Case=illative Owned_Number=plural1
Afc-sx----s1Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=first1
Afc-sx----s1sAdjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-sx----s1pAdjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-sx----s2Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=second1
Afc-sx----s2sAdjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-sx----s2pAdjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-sx----s3Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=third1
Afc-sx----s3sAdjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-sx----s3pAdjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-sx----p1Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=first1
Afc-sx----p1sAdjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-sx----p1pAdjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-sx----p2Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=second1
Afc-sx----p2sAdjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-sx----p2pAdjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-sx----p3Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=third1
Afc-sx----p3sAdjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-sx----p3pAdjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-s2Adjective Type=qualificative Degree=comparative Number=singular Case=inessive55világosabban/világos, újabban/új, tökéletesebben/tökéletes, tárgyilagosabban/tárgyilagos, szorosabban/szoros
Afc-s2------sAdjective Type=qualificative Degree=comparative Number=singular Case=inessive Owned_Number=singular1
Afc-s2------pAdjective Type=qualificative Degree=comparative Number=singular Case=inessive Owned_Number=plural1
Afc-s2----s1Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=first1
Afc-s2----s1sAdjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-s2----s1pAdjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-s2----s2Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=second1
Afc-s2----s2sAdjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-s2----s2pAdjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-s2----s3Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=third1
Afc-s2----s3sAdjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-s2----s3pAdjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-s2----p1Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=first1
Afc-s2----p1sAdjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-s2----p1pAdjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-s2----p2Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=second1
Afc-s2----p2sAdjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-s2----p2pAdjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-s2----p3Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=third1
Afc-s2----p3sAdjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-s2----p3pAdjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-seAdjective Type=qualificative Degree=comparative Number=singular Case=elative1illendőségből/illendő
Afc-se------sAdjective Type=qualificative Degree=comparative Number=singular Case=elative Owned_Number=singular1
Afc-se------pAdjective Type=qualificative Degree=comparative Number=singular Case=elative Owned_Number=plural1
Afc-se----s1Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=first1
Afc-se----s1sAdjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-se----s1pAdjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-se----s2Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=second1
Afc-se----s2sAdjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-se----s2pAdjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-se----s3Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=third1
Afc-se----s3sAdjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-se----s3pAdjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-se----p1Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=first1
Afc-se----p1sAdjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-se----p1pAdjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-se----p2Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=second1
Afc-se----p2sAdjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-se----p2pAdjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-se----p3Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=third1
Afc-se----p3sAdjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-se----p3pAdjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-stAdjective Type=qualificative Degree=comparative Number=singular Case=allative1
Afc-st------sAdjective Type=qualificative Degree=comparative Number=singular Case=allative Owned_Number=singular1
Afc-st------pAdjective Type=qualificative Degree=comparative Number=singular Case=allative Owned_Number=plural1
Afc-st----s1Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=first1
Afc-st----s1sAdjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-st----s1pAdjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-st----s2Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=second1
Afc-st----s2sAdjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-st----s2pAdjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-st----s3Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=third1
Afc-st----s3sAdjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-st----s3pAdjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-st----p1Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=first1
Afc-st----p1sAdjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-st----p1pAdjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-st----p2Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=second1
Afc-st----p2sAdjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-st----p2pAdjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-st----p3Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=third1
Afc-st----p3sAdjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-st----p3pAdjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-s3Adjective Type=qualificative Degree=comparative Number=singular Case=adessive1
Afc-s3------sAdjective Type=qualificative Degree=comparative Number=singular Case=adessive Owned_Number=singular1
Afc-s3------pAdjective Type=qualificative Degree=comparative Number=singular Case=adessive Owned_Number=plural1
Afc-s3----s1Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=first1
Afc-s3----s1sAdjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-s3----s1pAdjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-s3----s2Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=second1
Afc-s3----s2sAdjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-s3----s2pAdjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-s3----s3Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=third1
Afc-s3----s3sAdjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-s3----s3pAdjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-s3----p1Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=first1
Afc-s3----p1sAdjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-s3----p1pAdjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-s3----p2Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=second1
Afc-s3----p2sAdjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-s3----p2pAdjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-s3----p3Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=third1
Afc-s3----p3sAdjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-s3----p3pAdjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-sbAdjective Type=qualificative Degree=comparative Number=singular Case=ablative1
Afc-sb------sAdjective Type=qualificative Degree=comparative Number=singular Case=ablative Owned_Number=singular1
Afc-sb------pAdjective Type=qualificative Degree=comparative Number=singular Case=ablative Owned_Number=plural1
Afc-sb----s1Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=first1
Afc-sb----s1sAdjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-sb----s1pAdjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-sb----s2Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=second1
Afc-sb----s2sAdjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-sb----s2pAdjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-sb----s3Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=third1
Afc-sb----s3sAdjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-sb----s3pAdjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-sb----p1Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=first1
Afc-sb----p1sAdjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-sb----p1pAdjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-sb----p2Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=second1
Afc-sb----p2sAdjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-sb----p2pAdjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-sb----p3Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=third1
Afc-sb----p3sAdjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-sb----p3pAdjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-s9Adjective Type=qualificative Degree=comparative Number=singular Case=terminative1
Afc-s9------sAdjective Type=qualificative Degree=comparative Number=singular Case=terminative Owned_Number=singular1
Afc-s9------pAdjective Type=qualificative Degree=comparative Number=singular Case=terminative Owned_Number=plural1
Afc-s9----s1Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=first1
Afc-s9----s1sAdjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-s9----s1pAdjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-s9----s2Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=second1
Afc-s9----s2sAdjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-s9----s2pAdjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-s9----s3Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=third1
Afc-s9----s3sAdjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-s9----s3pAdjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-s9----p1Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=first1
Afc-s9----p1sAdjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-s9----p1pAdjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-s9----p2Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=second1
Afc-s9----p2sAdjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-s9----p2pAdjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-s9----p3Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=third1
Afc-s9----p3sAdjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-s9----p3pAdjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-swAdjective Type=qualificative Degree=comparative Number=singular Case=essive58világosabban/világos, újabban/új, tökéletesebben/tökéletes, tárgyilagosabban/tárgyilagos, szorosabban/szoros
Afc-sw------sAdjective Type=qualificative Degree=comparative Number=singular Case=essive Owned_Number=singular1
Afc-sw------pAdjective Type=qualificative Degree=comparative Number=singular Case=essive Owned_Number=plural1
Afc-sw----s1Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=first1
Afc-sw----s1sAdjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-sw----s1pAdjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-sw----s2Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=second1
Afc-sw----s2sAdjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-sw----s2pAdjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-sw----s3Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=third1
Afc-sw----s3sAdjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-sw----s3pAdjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-sw----p1Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=first1
Afc-sw----p1sAdjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-sw----p1pAdjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-sw----p2Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=second1
Afc-sw----p2sAdjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-sw----p2pAdjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-sw----p3Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=third1
Afc-sw----p3sAdjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-sw----p3pAdjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-smAdjective Type=qualificative Degree=comparative Number=singular Case=temporalis1jobbkor/jó
Afc-sm------sAdjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owned_Number=singular1
Afc-sm------pAdjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owned_Number=plural1
Afc-sm----s1Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=first1
Afc-sm----s1sAdjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-sm----s1pAdjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-sm----s2Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=second1
Afc-sm----s2sAdjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-sm----s2pAdjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-sm----s3Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=third1
Afc-sm----s3sAdjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-sm----s3pAdjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-sm----p1Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=first1
Afc-sm----p1sAdjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-sm----p1pAdjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-sm----p2Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=second1
Afc-sm----p2sAdjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-sm----p2pAdjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-sm----p3Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=third1
Afc-sm----p3sAdjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-sm----p3pAdjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-scAdjective Type=qualificative Degree=comparative Number=singular Case=causalis1
Afc-sc------sAdjective Type=qualificative Degree=comparative Number=singular Case=causalis Owned_Number=singular1
Afc-sc------pAdjective Type=qualificative Degree=comparative Number=singular Case=causalis Owned_Number=plural1
Afc-sc----s1Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=first1
Afc-sc----s1sAdjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-sc----s1pAdjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-sc----s2Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=second1
Afc-sc----s2sAdjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-sc----s2pAdjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-sc----s3Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=third1
Afc-sc----s3sAdjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-sc----s3pAdjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-sc----p1Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=first1
Afc-sc----p1sAdjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-sc----p1pAdjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-sc----p2Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=second1
Afc-sc----p2sAdjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-sc----p2pAdjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-sc----p3Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=third1
Afc-sc----p3sAdjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-sc----p3pAdjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-ssAdjective Type=qualificative Degree=comparative Number=singular Case=sublative10szükségesebbre/szükséges, pontosabbra/pontos, nagyobbra/nagy, messzibbre/messzi, mélyebbre/mély
Afc-ss------sAdjective Type=qualificative Degree=comparative Number=singular Case=sublative Owned_Number=singular1
Afc-ss------pAdjective Type=qualificative Degree=comparative Number=singular Case=sublative Owned_Number=plural1
Afc-ss----s1Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=first1
Afc-ss----s1sAdjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-ss----s1pAdjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-ss----s2Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=second1
Afc-ss----s2sAdjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-ss----s2pAdjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-ss----s3Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=third1
Afc-ss----s3sAdjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-ss----s3pAdjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-ss----p1Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=first1
Afc-ss----p1sAdjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-ss----p1pAdjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-ss----p2Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=second1
Afc-ss----p2sAdjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-ss----p2pAdjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-ss----p3Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=third1
Afc-ss----p3sAdjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-ss----p3pAdjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-shAdjective Type=qualificative Degree=comparative Number=singular Case=delative2távolabbról/távol, mélyebbről/mély
Afc-sh------sAdjective Type=qualificative Degree=comparative Number=singular Case=delative Owned_Number=singular1
Afc-sh------pAdjective Type=qualificative Degree=comparative Number=singular Case=delative Owned_Number=plural1
Afc-sh----s1Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=first1
Afc-sh----s1sAdjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-sh----s1pAdjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-sh----s2Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=second1
Afc-sh----s2sAdjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-sh----s2pAdjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-sh----s3Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=third1
Afc-sh----s3sAdjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-sh----s3pAdjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-sh----p1Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=first1
Afc-sh----p1sAdjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-sh----p1pAdjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-sh----p2Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=second1
Afc-sh----p2sAdjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-sh----p2pAdjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-sh----p3Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=third1
Afc-sh----p3sAdjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-sh----p3pAdjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-sqAdjective Type=qualificative Degree=comparative Number=singular Case=sociative1
Afc-sq------sAdjective Type=qualificative Degree=comparative Number=singular Case=sociative Owned_Number=singular1
Afc-sq------pAdjective Type=qualificative Degree=comparative Number=singular Case=sociative Owned_Number=plural1
Afc-sq----s1Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=first1
Afc-sq----s1sAdjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-sq----s1pAdjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-sq----s2Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=second1
Afc-sq----s2sAdjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-sq----s2pAdjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-sq----s3Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=third1
Afc-sq----s3sAdjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-sq----s3pAdjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-sq----p1Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=first1
Afc-sq----p1sAdjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-sq----p1pAdjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-sq----p2Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=second1
Afc-sq----p2sAdjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-sq----p2pAdjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-sq----p3Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=third1
Afc-sq----p3sAdjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-sq----p3pAdjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-syAdjective Type=qualificative Degree=comparative Number=singular Case=factive24ünnepélyesebbé/ünnepélyes, talányosabbá/talányos, személyesebbé/személyes, súlyosabbá/súlyos, ridegebbé/rideg
Afc-sy------sAdjective Type=qualificative Degree=comparative Number=singular Case=factive Owned_Number=singular1
Afc-sy------pAdjective Type=qualificative Degree=comparative Number=singular Case=factive Owned_Number=plural1
Afc-sy----s1Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=first1
Afc-sy----s1sAdjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-sy----s1pAdjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-sy----s2Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=second1
Afc-sy----s2sAdjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-sy----s2pAdjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-sy----s3Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=third1
Afc-sy----s3sAdjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-sy----s3pAdjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-sy----p1Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=first1
Afc-sy----p1sAdjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-sy----p1pAdjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-sy----p2Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=second1
Afc-sy----p2sAdjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-sy----p2pAdjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-sy----p3Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=third1
Afc-sy----p3sAdjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-sy----p3pAdjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-spAdjective Type=qualificative Degree=comparative Number=singular Case=superessive27tökéletesebben/tökéletes, szívesebben/szíves, szerényebben/szerény, szelídebben/szelíd, szélesebben/széles
Afc-sp------sAdjective Type=qualificative Degree=comparative Number=singular Case=superessive Owned_Number=singular1
Afc-sp------pAdjective Type=qualificative Degree=comparative Number=singular Case=superessive Owned_Number=plural1
Afc-sp----s1Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=first1
Afc-sp----s1sAdjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-sp----s1pAdjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-sp----s2Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=second1
Afc-sp----s2sAdjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-sp----s2pAdjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-sp----s3Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=third1
Afc-sp----s3sAdjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-sp----s3pAdjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-sp----p1Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=first1
Afc-sp----p1sAdjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-sp----p1pAdjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-sp----p2Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=second1
Afc-sp----p2sAdjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-sp----p2pAdjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-sp----p3Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=third1
Afc-sp----p3sAdjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-sp----p3pAdjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-suAdjective Type=qualificative Degree=comparative Number=singular Case=distributive1
Afc-su------sAdjective Type=qualificative Degree=comparative Number=singular Case=distributive Owned_Number=singular1
Afc-su------pAdjective Type=qualificative Degree=comparative Number=singular Case=distributive Owned_Number=plural1
Afc-su----s1Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=first1
Afc-su----s1sAdjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-su----s1pAdjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-su----s2Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=second1
Afc-su----s2sAdjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-su----s2pAdjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-su----s3Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=third1
Afc-su----s3sAdjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-su----s3pAdjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-su----p1Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=first1
Afc-su----p1sAdjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-su----p1pAdjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-su----p2Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=second1
Afc-su----p2sAdjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-su----p2pAdjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-su----p3Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=third1
Afc-su----p3sAdjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-su----p3pAdjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-sfAdjective Type=qualificative Degree=comparative Number=singular Case=essive-formal1
Afc-sf------sAdjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owned_Number=singular1
Afc-sf------pAdjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owned_Number=plural1
Afc-sf----s1Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first1
Afc-sf----s1sAdjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-sf----s1pAdjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-sf----s2Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second1
Afc-sf----s2sAdjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-sf----s2pAdjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-sf----s3Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third1
Afc-sf----s3sAdjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-sf----s3pAdjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-sf----p1Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first1
Afc-sf----p1sAdjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-sf----p1pAdjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-sf----p2Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second1
Afc-sf----p2sAdjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-sf----p2pAdjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-sf----p3Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third1
Afc-sf----p3sAdjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-sf----p3pAdjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-pnAdjective Type=qualificative Degree=comparative Number=plural Case=nominative30zsúfoltabbak/zsúfolt, vastagabbak/vastag, újabbak/új, rosszabbak/rossz, reménytelenebbek/reménytelen
Afc-pn------sAdjective Type=qualificative Degree=comparative Number=plural Case=nominative Owned_Number=singular1fontosabbaké/fontos
Afc-pn------pAdjective Type=qualificative Degree=comparative Number=plural Case=nominative Owned_Number=plural1
Afc-pn----s1Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=first1
Afc-pn----s1sAdjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-pn----s1pAdjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-pn----s2Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=second1
Afc-pn----s2sAdjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-pn----s2pAdjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-pn----s3Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=third1
Afc-pn----s3sAdjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-pn----s3pAdjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-pn----p1Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=first1
Afc-pn----p1sAdjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-pn----p1pAdjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-pn----p2Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=second1
Afc-pn----p2sAdjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-pn----p2pAdjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-pn----p3Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=third1
Afc-pn----p3sAdjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-pn----p3pAdjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-pgAdjective Type=qualificative Degree=comparative Number=plural Case=genitive1
Afc-pg------sAdjective Type=qualificative Degree=comparative Number=plural Case=genitive Owned_Number=singular1
Afc-pg------pAdjective Type=qualificative Degree=comparative Number=plural Case=genitive Owned_Number=plural1
Afc-pg----s1Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=first1
Afc-pg----s1sAdjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-pg----s1pAdjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-pg----s2Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=second1
Afc-pg----s2sAdjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-pg----s2pAdjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-pg----s3Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=third1
Afc-pg----s3sAdjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-pg----s3pAdjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-pg----p1Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=first1
Afc-pg----p1sAdjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-pg----p1pAdjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-pg----p2Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=second1
Afc-pg----p2sAdjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-pg----p2pAdjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-pg----p3Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=third1
Afc-pg----p3sAdjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-pg----p3pAdjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-pdAdjective Type=qualificative Degree=comparative Number=plural Case=dative3kisebbeknek/kis, kedvezőbbeknek/kedvező, fiatalabbaknak/fiatal
Afc-pd------sAdjective Type=qualificative Degree=comparative Number=plural Case=dative Owned_Number=singular1
Afc-pd------pAdjective Type=qualificative Degree=comparative Number=plural Case=dative Owned_Number=plural1
Afc-pd----s1Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=first1
Afc-pd----s1sAdjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-pd----s1pAdjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-pd----s2Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=second1
Afc-pd----s2sAdjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-pd----s2pAdjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-pd----s3Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=third1
Afc-pd----s3sAdjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-pd----s3pAdjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-pd----p1Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=first1
Afc-pd----p1sAdjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-pd----p1pAdjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-pd----p2Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=second1
Afc-pd----p2sAdjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-pd----p2pAdjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-pd----p3Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=third1
Afc-pd----p3sAdjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-pd----p3pAdjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-paAdjective Type=qualificative Degree=comparative Number=plural Case=accusative1
Afc-pa------sAdjective Type=qualificative Degree=comparative Number=plural Case=accusative Owned_Number=singular1
Afc-pa------pAdjective Type=qualificative Degree=comparative Number=plural Case=accusative Owned_Number=plural1
Afc-pa----s1Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=first1
Afc-pa----s1sAdjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-pa----s1pAdjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-pa----s2Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=second1
Afc-pa----s2sAdjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-pa----s2pAdjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-pa----s3Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=third1
Afc-pa----s3sAdjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-pa----s3pAdjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-pa----p1Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=first1
Afc-pa----p1sAdjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-pa----p1pAdjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-pa----p2Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=second1
Afc-pa----p2sAdjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-pa----p2pAdjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-pa----p3Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=third1
Afc-pa----p3sAdjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-pa----p3pAdjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-piAdjective Type=qualificative Degree=comparative Number=plural Case=instrumental1
Afc-pi------sAdjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owned_Number=singular1
Afc-pi------pAdjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owned_Number=plural1
Afc-pi----s1Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=first1
Afc-pi----s1sAdjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-pi----s1pAdjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-pi----s2Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=second1
Afc-pi----s2sAdjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-pi----s2pAdjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-pi----s3Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=third1
Afc-pi----s3sAdjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-pi----s3pAdjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-pi----p1Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=first1
Afc-pi----p1sAdjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-pi----p1pAdjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-pi----p2Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=second1
Afc-pi----p2sAdjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-pi----p2pAdjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-pi----p3Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=third1
Afc-pi----p3sAdjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-pi----p3pAdjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-pxAdjective Type=qualificative Degree=comparative Number=plural Case=illative1
Afc-px------sAdjective Type=qualificative Degree=comparative Number=plural Case=illative Owned_Number=singular1
Afc-px------pAdjective Type=qualificative Degree=comparative Number=plural Case=illative Owned_Number=plural1
Afc-px----s1Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=first1
Afc-px----s1sAdjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-px----s1pAdjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-px----s2Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=second1
Afc-px----s2sAdjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-px----s2pAdjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-px----s3Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=third1
Afc-px----s3sAdjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-px----s3pAdjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-px----p1Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=first1
Afc-px----p1sAdjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-px----p1pAdjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-px----p2Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=second1
Afc-px----p2sAdjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-px----p2pAdjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-px----p3Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=third1
Afc-px----p3sAdjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-px----p3pAdjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-p2Adjective Type=qualificative Degree=comparative Number=plural Case=inessive1nagyobbakban/nagy
Afc-p2------sAdjective Type=qualificative Degree=comparative Number=plural Case=inessive Owned_Number=singular1
Afc-p2------pAdjective Type=qualificative Degree=comparative Number=plural Case=inessive Owned_Number=plural1
Afc-p2----s1Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=first1
Afc-p2----s1sAdjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-p2----s1pAdjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-p2----s2Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=second1
Afc-p2----s2sAdjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-p2----s2pAdjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-p2----s3Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=third1
Afc-p2----s3sAdjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-p2----s3pAdjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-p2----p1Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=first1
Afc-p2----p1sAdjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-p2----p1pAdjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-p2----p2Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=second1
Afc-p2----p2sAdjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-p2----p2pAdjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-p2----p3Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=third1
Afc-p2----p3sAdjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-p2----p3pAdjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-peAdjective Type=qualificative Degree=comparative Number=plural Case=elative1
Afc-pe------sAdjective Type=qualificative Degree=comparative Number=plural Case=elative Owned_Number=singular1
Afc-pe------pAdjective Type=qualificative Degree=comparative Number=plural Case=elative Owned_Number=plural1
Afc-pe----s1Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=first1
Afc-pe----s1sAdjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-pe----s1pAdjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-pe----s2Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=second1
Afc-pe----s2sAdjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-pe----s2pAdjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-pe----s3Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=third1
Afc-pe----s3sAdjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-pe----s3pAdjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-pe----p1Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=first1
Afc-pe----p1sAdjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-pe----p1pAdjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-pe----p2Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=second1
Afc-pe----p2sAdjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-pe----p2pAdjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-pe----p3Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=third1
Afc-pe----p3sAdjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-pe----p3pAdjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-ptAdjective Type=qualificative Degree=comparative Number=plural Case=allative1
Afc-pt------sAdjective Type=qualificative Degree=comparative Number=plural Case=allative Owned_Number=singular1
Afc-pt------pAdjective Type=qualificative Degree=comparative Number=plural Case=allative Owned_Number=plural1
Afc-pt----s1Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=first1
Afc-pt----s1sAdjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-pt----s1pAdjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-pt----s2Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=second1
Afc-pt----s2sAdjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-pt----s2pAdjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-pt----s3Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=third1
Afc-pt----s3sAdjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-pt----s3pAdjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-pt----p1Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=first1
Afc-pt----p1sAdjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-pt----p1pAdjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-pt----p2Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=second1
Afc-pt----p2sAdjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-pt----p2pAdjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-pt----p3Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=third1
Afc-pt----p3sAdjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-pt----p3pAdjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-p3Adjective Type=qualificative Degree=comparative Number=plural Case=adessive1
Afc-p3------sAdjective Type=qualificative Degree=comparative Number=plural Case=adessive Owned_Number=singular1
Afc-p3------pAdjective Type=qualificative Degree=comparative Number=plural Case=adessive Owned_Number=plural1
Afc-p3----s1Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=first1
Afc-p3----s1sAdjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-p3----s1pAdjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-p3----s2Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=second1
Afc-p3----s2sAdjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-p3----s2pAdjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-p3----s3Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=third1
Afc-p3----s3sAdjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-p3----s3pAdjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-p3----p1Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=first1
Afc-p3----p1sAdjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-p3----p1pAdjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-p3----p2Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=second1
Afc-p3----p2sAdjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-p3----p2pAdjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-p3----p3Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=third1
Afc-p3----p3sAdjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-p3----p3pAdjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-pbAdjective Type=qualificative Degree=comparative Number=plural Case=ablative1
Afc-pb------sAdjective Type=qualificative Degree=comparative Number=plural Case=ablative Owned_Number=singular1
Afc-pb------pAdjective Type=qualificative Degree=comparative Number=plural Case=ablative Owned_Number=plural1
Afc-pb----s1Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=first1
Afc-pb----s1sAdjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-pb----s1pAdjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-pb----s2Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=second1
Afc-pb----s2sAdjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-pb----s2pAdjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-pb----s3Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=third1
Afc-pb----s3sAdjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-pb----s3pAdjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-pb----p1Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=first1
Afc-pb----p1sAdjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-pb----p1pAdjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-pb----p2Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=second1
Afc-pb----p2sAdjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-pb----p2pAdjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-pb----p3Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=third1
Afc-pb----p3sAdjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-pb----p3pAdjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-p9Adjective Type=qualificative Degree=comparative Number=plural Case=terminative1
Afc-p9------sAdjective Type=qualificative Degree=comparative Number=plural Case=terminative Owned_Number=singular1
Afc-p9------pAdjective Type=qualificative Degree=comparative Number=plural Case=terminative Owned_Number=plural1
Afc-p9----s1Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=first1
Afc-p9----s1sAdjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-p9----s1pAdjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-p9----s2Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=second1
Afc-p9----s2sAdjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-p9----s2pAdjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-p9----s3Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=third1
Afc-p9----s3sAdjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-p9----s3pAdjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-p9----p1Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=first1
Afc-p9----p1sAdjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-p9----p1pAdjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-p9----p2Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=second1
Afc-p9----p2sAdjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-p9----p2pAdjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-p9----p3Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=third1
Afc-p9----p3sAdjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-p9----p3pAdjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-pwAdjective Type=qualificative Degree=comparative Number=plural Case=essive1
Afc-pw------sAdjective Type=qualificative Degree=comparative Number=plural Case=essive Owned_Number=singular1
Afc-pw------pAdjective Type=qualificative Degree=comparative Number=plural Case=essive Owned_Number=plural1
Afc-pw----s1Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=first1
Afc-pw----s1sAdjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-pw----s1pAdjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-pw----s2Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=second1
Afc-pw----s2sAdjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-pw----s2pAdjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-pw----s3Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=third1
Afc-pw----s3sAdjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-pw----s3pAdjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-pw----p1Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=first1
Afc-pw----p1sAdjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-pw----p1pAdjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-pw----p2Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=second1
Afc-pw----p2sAdjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-pw----p2pAdjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-pw----p3Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=third1
Afc-pw----p3sAdjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-pw----p3pAdjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-pmAdjective Type=qualificative Degree=comparative Number=plural Case=temporalis1
Afc-pm------sAdjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owned_Number=singular1
Afc-pm------pAdjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owned_Number=plural1
Afc-pm----s1Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=first1
Afc-pm----s1sAdjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-pm----s1pAdjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-pm----s2Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=second1
Afc-pm----s2sAdjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-pm----s2pAdjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-pm----s3Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=third1
Afc-pm----s3sAdjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-pm----s3pAdjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-pm----p1Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=first1
Afc-pm----p1sAdjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-pm----p1pAdjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-pm----p2Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=second1
Afc-pm----p2sAdjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-pm----p2pAdjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-pm----p3Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=third1
Afc-pm----p3sAdjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-pm----p3pAdjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-pcAdjective Type=qualificative Degree=comparative Number=plural Case=causalis1
Afc-pc------sAdjective Type=qualificative Degree=comparative Number=plural Case=causalis Owned_Number=singular1
Afc-pc------pAdjective Type=qualificative Degree=comparative Number=plural Case=causalis Owned_Number=plural1
Afc-pc----s1Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=first1
Afc-pc----s1sAdjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-pc----s1pAdjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-pc----s2Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=second1
Afc-pc----s2sAdjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-pc----s2pAdjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-pc----s3Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=third1
Afc-pc----s3sAdjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-pc----s3pAdjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-pc----p1Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=first1
Afc-pc----p1sAdjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-pc----p1pAdjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-pc----p2Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=second1
Afc-pc----p2sAdjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-pc----p2pAdjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-pc----p3Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=third1
Afc-pc----p3sAdjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-pc----p3pAdjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-psAdjective Type=qualificative Degree=comparative Number=plural Case=sublative1
Afc-ps------sAdjective Type=qualificative Degree=comparative Number=plural Case=sublative Owned_Number=singular1
Afc-ps------pAdjective Type=qualificative Degree=comparative Number=plural Case=sublative Owned_Number=plural1
Afc-ps----s1Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=first1
Afc-ps----s1sAdjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-ps----s1pAdjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-ps----s2Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=second1
Afc-ps----s2sAdjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-ps----s2pAdjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-ps----s3Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=third1
Afc-ps----s3sAdjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-ps----s3pAdjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-ps----p1Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=first1
Afc-ps----p1sAdjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-ps----p1pAdjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-ps----p2Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=second1
Afc-ps----p2sAdjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-ps----p2pAdjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-ps----p3Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=third1
Afc-ps----p3sAdjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-ps----p3pAdjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-phAdjective Type=qualificative Degree=comparative Number=plural Case=delative1
Afc-ph------sAdjective Type=qualificative Degree=comparative Number=plural Case=delative Owned_Number=singular1
Afc-ph------pAdjective Type=qualificative Degree=comparative Number=plural Case=delative Owned_Number=plural1
Afc-ph----s1Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=first1
Afc-ph----s1sAdjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-ph----s1pAdjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-ph----s2Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=second1
Afc-ph----s2sAdjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-ph----s2pAdjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-ph----s3Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=third1
Afc-ph----s3sAdjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-ph----s3pAdjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-ph----p1Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=first1
Afc-ph----p1sAdjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-ph----p1pAdjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-ph----p2Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=second1
Afc-ph----p2sAdjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-ph----p2pAdjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-ph----p3Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=third1
Afc-ph----p3sAdjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-ph----p3pAdjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-pqAdjective Type=qualificative Degree=comparative Number=plural Case=sociative1
Afc-pq------sAdjective Type=qualificative Degree=comparative Number=plural Case=sociative Owned_Number=singular1
Afc-pq------pAdjective Type=qualificative Degree=comparative Number=plural Case=sociative Owned_Number=plural1
Afc-pq----s1Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=first1
Afc-pq----s1sAdjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-pq----s1pAdjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-pq----s2Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=second1
Afc-pq----s2sAdjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-pq----s2pAdjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-pq----s3Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=third1
Afc-pq----s3sAdjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-pq----s3pAdjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-pq----p1Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=first1
Afc-pq----p1sAdjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-pq----p1pAdjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-pq----p2Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=second1
Afc-pq----p2sAdjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-pq----p2pAdjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-pq----p3Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=third1
Afc-pq----p3sAdjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-pq----p3pAdjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-pyAdjective Type=qualificative Degree=comparative Number=plural Case=factive1
Afc-py------sAdjective Type=qualificative Degree=comparative Number=plural Case=factive Owned_Number=singular1
Afc-py------pAdjective Type=qualificative Degree=comparative Number=plural Case=factive Owned_Number=plural1
Afc-py----s1Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=first1
Afc-py----s1sAdjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-py----s1pAdjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-py----s2Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=second1
Afc-py----s2sAdjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-py----s2pAdjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-py----s3Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=third1
Afc-py----s3sAdjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-py----s3pAdjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-py----p1Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=first1
Afc-py----p1sAdjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-py----p1pAdjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-py----p2Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=second1
Afc-py----p2sAdjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-py----p2pAdjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-py----p3Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=third1
Afc-py----p3sAdjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-py----p3pAdjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-ppAdjective Type=qualificative Degree=comparative Number=plural Case=superessive1kisebbeken/kis
Afc-pp------sAdjective Type=qualificative Degree=comparative Number=plural Case=superessive Owned_Number=singular1
Afc-pp------pAdjective Type=qualificative Degree=comparative Number=plural Case=superessive Owned_Number=plural1
Afc-pp----s1Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=first1
Afc-pp----s1sAdjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-pp----s1pAdjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-pp----s2Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=second1
Afc-pp----s2sAdjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-pp----s2pAdjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-pp----s3Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=third1
Afc-pp----s3sAdjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-pp----s3pAdjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-pp----p1Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=first1
Afc-pp----p1sAdjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-pp----p1pAdjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-pp----p2Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=second1
Afc-pp----p2sAdjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-pp----p2pAdjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-pp----p3Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=third1
Afc-pp----p3sAdjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-pp----p3pAdjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-puAdjective Type=qualificative Degree=comparative Number=plural Case=distributive1
Afc-pu------sAdjective Type=qualificative Degree=comparative Number=plural Case=distributive Owned_Number=singular1
Afc-pu------pAdjective Type=qualificative Degree=comparative Number=plural Case=distributive Owned_Number=plural1
Afc-pu----s1Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=first1
Afc-pu----s1sAdjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-pu----s1pAdjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-pu----s2Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=second1
Afc-pu----s2sAdjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-pu----s2pAdjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-pu----s3Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=third1
Afc-pu----s3sAdjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-pu----s3pAdjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-pu----p1Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=first1
Afc-pu----p1sAdjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-pu----p1pAdjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-pu----p2Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=second1
Afc-pu----p2sAdjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-pu----p2pAdjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-pu----p3Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=third1
Afc-pu----p3sAdjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-pu----p3pAdjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afc-pfAdjective Type=qualificative Degree=comparative Number=plural Case=essive-formal1
Afc-pf------sAdjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owned_Number=singular1
Afc-pf------pAdjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owned_Number=plural1
Afc-pf----s1Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first1
Afc-pf----s1sAdjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afc-pf----s1pAdjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afc-pf----s2Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second1
Afc-pf----s2sAdjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afc-pf----s2pAdjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afc-pf----s3Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third1
Afc-pf----s3sAdjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afc-pf----s3pAdjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afc-pf----p1Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first1
Afc-pf----p1sAdjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afc-pf----p1pAdjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afc-pf----p2Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second1
Afc-pf----p2sAdjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afc-pf----p2pAdjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afc-pf----p3Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third1
Afc-pf----p3sAdjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afc-pf----p3pAdjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-snAdjective Type=qualificative Degree=superlative Number=singular Case=nominative143legvonzóbbak/vonzó, legveszélyeztetettebb/veszélyeztetett, legveszedelmesebbek/veszedelmes, legvalószínűbb/valószínű, legválogatottabb/válogatott
Afs-sn------sAdjective Type=qualificative Degree=superlative Number=singular Case=nominative Owned_Number=singular1
Afs-sn------pAdjective Type=qualificative Degree=superlative Number=singular Case=nominative Owned_Number=plural1
Afs-sn----s1Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=first1
Afs-sn----s1sAdjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-sn----s1pAdjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-sn----s2Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=second1
Afs-sn----s2sAdjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-sn----s2pAdjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-sn----s3Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=third1
Afs-sn----s3sAdjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-sn----s3pAdjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-sn----p1Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=first1
Afs-sn----p1sAdjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-sn----p1pAdjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-sn----p2Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=second1
Afs-sn----p2sAdjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-sn----p2pAdjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-sn----p3Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=third1
Afs-sn----p3sAdjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-sn----p3pAdjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-sgAdjective Type=qualificative Degree=superlative Number=singular Case=genitive1
Afs-sg------sAdjective Type=qualificative Degree=superlative Number=singular Case=genitive Owned_Number=singular1
Afs-sg------pAdjective Type=qualificative Degree=superlative Number=singular Case=genitive Owned_Number=plural1
Afs-sg----s1Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=first1
Afs-sg----s1sAdjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-sg----s1pAdjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-sg----s2Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=second1
Afs-sg----s2sAdjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-sg----s2pAdjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-sg----s3Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=third1
Afs-sg----s3sAdjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-sg----s3pAdjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-sg----p1Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=first1
Afs-sg----p1sAdjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-sg----p1pAdjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-sg----p2Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=second1
Afs-sg----p2sAdjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-sg----p2pAdjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-sg----p3Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=third1
Afs-sg----p3sAdjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-sg----p3pAdjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-sdAdjective Type=qualificative Degree=superlative Number=singular Case=dative3legvonzóbbnak/vonzó, legvisszataszítóbbnak/visszataszító, legjobbnak/jó
Afs-sd------sAdjective Type=qualificative Degree=superlative Number=singular Case=dative Owned_Number=singular1
Afs-sd------pAdjective Type=qualificative Degree=superlative Number=singular Case=dative Owned_Number=plural1
Afs-sd----s1Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=first1
Afs-sd----s1sAdjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-sd----s1pAdjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-sd----s2Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=second1
Afs-sd----s2sAdjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-sd----s2pAdjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-sd----s3Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=third1
Afs-sd----s3sAdjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-sd----s3pAdjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-sd----p1Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=first1
Afs-sd----p1sAdjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-sd----p1pAdjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-sd----p2Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=second1
Afs-sd----p2sAdjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-sd----p2pAdjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-sd----p3Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=third1
Afs-sd----p3sAdjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-sd----p3pAdjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-saAdjective Type=qualificative Degree=superlative Number=singular Case=accusative5legrosszabbat/rossz, legjobbat/jó, legjavát/java, legfontosabbat/fontos, legérdekesebbet/érdekes
Afs-sa------sAdjective Type=qualificative Degree=superlative Number=singular Case=accusative Owned_Number=singular1
Afs-sa------pAdjective Type=qualificative Degree=superlative Number=singular Case=accusative Owned_Number=plural1
Afs-sa----s1Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=first1
Afs-sa----s1sAdjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-sa----s1pAdjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-sa----s2Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=second1
Afs-sa----s2sAdjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-sa----s2pAdjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-sa----s3Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=third1legbensejét/benső
Afs-sa----s3sAdjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-sa----s3pAdjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-sa----p1Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=first1
Afs-sa----p1sAdjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-sa----p1pAdjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-sa----p2Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=second1
Afs-sa----p2sAdjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-sa----p2pAdjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-sa----p3Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=third1
Afs-sa----p3sAdjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-sa----p3pAdjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-siAdjective Type=qualificative Degree=superlative Number=singular Case=instrumental1
Afs-si------sAdjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owned_Number=singular1
Afs-si------pAdjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owned_Number=plural1
Afs-si----s1Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=first1
Afs-si----s1sAdjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-si----s1pAdjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-si----s2Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=second1
Afs-si----s2sAdjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-si----s2pAdjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-si----s3Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=third1
Afs-si----s3sAdjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-si----s3pAdjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-si----p1Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=first1
Afs-si----p1sAdjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-si----p1pAdjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-si----p2Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=second1
Afs-si----p2sAdjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-si----p2pAdjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-si----p3Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=third1
Afs-si----p3sAdjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-si----p3pAdjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-sxAdjective Type=qualificative Degree=superlative Number=singular Case=illative1
Afs-sx------sAdjective Type=qualificative Degree=superlative Number=singular Case=illative Owned_Number=singular1
Afs-sx------pAdjective Type=qualificative Degree=superlative Number=singular Case=illative Owned_Number=plural1
Afs-sx----s1Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=first1
Afs-sx----s1sAdjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-sx----s1pAdjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-sx----s2Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=second1
Afs-sx----s2sAdjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-sx----s2pAdjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-sx----s3Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=third1
Afs-sx----s3sAdjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-sx----s3pAdjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-sx----p1Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=first1
Afs-sx----p1sAdjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-sx----p1pAdjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-sx----p2Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=second1
Afs-sx----p2sAdjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-sx----p2pAdjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-sx----p3Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=third1
Afs-sx----p3sAdjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-sx----p3pAdjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-s2Adjective Type=qualificative Degree=superlative Number=singular Case=inessive14legszívesebben/szíves, legszilárdabban/szilárd, legszebben/szép, legsimábban/sima, legrövidebben/rövid
Afs-s2------sAdjective Type=qualificative Degree=superlative Number=singular Case=inessive Owned_Number=singular1
Afs-s2------pAdjective Type=qualificative Degree=superlative Number=singular Case=inessive Owned_Number=plural1
Afs-s2----s1Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=first1
Afs-s2----s1sAdjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-s2----s1pAdjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-s2----s2Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=second1
Afs-s2----s2sAdjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-s2----s2pAdjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-s2----s3Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=third1
Afs-s2----s3sAdjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-s2----s3pAdjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-s2----p1Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=first1
Afs-s2----p1sAdjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-s2----p1pAdjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-s2----p2Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=second1
Afs-s2----p2sAdjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-s2----p2pAdjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-s2----p3Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=third1
Afs-s2----p3sAdjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-s2----p3pAdjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-seAdjective Type=qualificative Degree=superlative Number=singular Case=elative1legalsóból/alsó
Afs-se------sAdjective Type=qualificative Degree=superlative Number=singular Case=elative Owned_Number=singular1
Afs-se------pAdjective Type=qualificative Degree=superlative Number=singular Case=elative Owned_Number=plural1
Afs-se----s1Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=first1
Afs-se----s1sAdjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-se----s1pAdjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-se----s2Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=second1
Afs-se----s2sAdjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-se----s2pAdjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-se----s3Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=third1
Afs-se----s3sAdjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-se----s3pAdjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-se----p1Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=first1
Afs-se----p1sAdjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-se----p1pAdjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-se----p2Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=second1
Afs-se----p2sAdjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-se----p2pAdjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-se----p3Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=third1
Afs-se----p3sAdjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-se----p3pAdjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-stAdjective Type=qualificative Degree=superlative Number=singular Case=allative1legutolsóhoz/utolsó
Afs-st------sAdjective Type=qualificative Degree=superlative Number=singular Case=allative Owned_Number=singular1
Afs-st------pAdjective Type=qualificative Degree=superlative Number=singular Case=allative Owned_Number=plural1
Afs-st----s1Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=first1
Afs-st----s1sAdjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-st----s1pAdjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-st----s2Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=second1
Afs-st----s2sAdjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-st----s2pAdjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-st----s3Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=third1
Afs-st----s3sAdjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-st----s3pAdjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-st----p1Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=first1
Afs-st----p1sAdjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-st----p1pAdjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-st----p2Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=second1
Afs-st----p2sAdjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-st----p2pAdjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-st----p3Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=third1
Afs-st----p3sAdjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-st----p3pAdjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-s3Adjective Type=qualificative Degree=superlative Number=singular Case=adessive1legolcsóbbnál/olcsó
Afs-s3------sAdjective Type=qualificative Degree=superlative Number=singular Case=adessive Owned_Number=singular1
Afs-s3------pAdjective Type=qualificative Degree=superlative Number=singular Case=adessive Owned_Number=plural1
Afs-s3----s1Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=first1
Afs-s3----s1sAdjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-s3----s1pAdjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-s3----s2Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=second1
Afs-s3----s2sAdjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-s3----s2pAdjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-s3----s3Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=third1
Afs-s3----s3sAdjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-s3----s3pAdjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-s3----p1Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=first1
Afs-s3----p1sAdjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-s3----p1pAdjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-s3----p2Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=second1
Afs-s3----p2sAdjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-s3----p2pAdjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-s3----p3Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=third1
Afs-s3----p3sAdjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-s3----p3pAdjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-sbAdjective Type=qualificative Degree=superlative Number=singular Case=ablative1
Afs-sb------sAdjective Type=qualificative Degree=superlative Number=singular Case=ablative Owned_Number=singular1
Afs-sb------pAdjective Type=qualificative Degree=superlative Number=singular Case=ablative Owned_Number=plural1
Afs-sb----s1Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=first1
Afs-sb----s1sAdjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-sb----s1pAdjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-sb----s2Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=second1
Afs-sb----s2sAdjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-sb----s2pAdjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-sb----s3Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=third1
Afs-sb----s3sAdjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-sb----s3pAdjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-sb----p1Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=first1
Afs-sb----p1sAdjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-sb----p1pAdjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-sb----p2Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=second1
Afs-sb----p2sAdjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-sb----p2pAdjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-sb----p3Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=third1
Afs-sb----p3sAdjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-sb----p3pAdjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-s9Adjective Type=qualificative Degree=superlative Number=singular Case=terminative1
Afs-s9------sAdjective Type=qualificative Degree=superlative Number=singular Case=terminative Owned_Number=singular1
Afs-s9------pAdjective Type=qualificative Degree=superlative Number=singular Case=terminative Owned_Number=plural1
Afs-s9----s1Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=first1
Afs-s9----s1sAdjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-s9----s1pAdjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-s9----s2Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=second1
Afs-s9----s2sAdjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-s9----s2pAdjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-s9----s3Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=third1
Afs-s9----s3sAdjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-s9----s3pAdjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-s9----p1Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=first1
Afs-s9----p1sAdjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-s9----p1pAdjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-s9----p2Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=second1
Afs-s9----p2sAdjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-s9----p2pAdjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-s9----p3Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=third1
Afs-s9----p3sAdjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-s9----p3pAdjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-swAdjective Type=qualificative Degree=superlative Number=singular Case=essive11legvadabbul/vad, legszívesebben/szíves, legszilárdabban/szilárd, legsimábban/sima, legrövidebben/rövid
Afs-sw------sAdjective Type=qualificative Degree=superlative Number=singular Case=essive Owned_Number=singular1
Afs-sw------pAdjective Type=qualificative Degree=superlative Number=singular Case=essive Owned_Number=plural1
Afs-sw----s1Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=first1
Afs-sw----s1sAdjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-sw----s1pAdjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-sw----s2Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=second1
Afs-sw----s2sAdjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-sw----s2pAdjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-sw----s3Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=third1
Afs-sw----s3sAdjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-sw----s3pAdjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-sw----p1Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=first1
Afs-sw----p1sAdjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-sw----p1pAdjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-sw----p2Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=second1
Afs-sw----p2sAdjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-sw----p2pAdjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-sw----p3Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=third1
Afs-sw----p3sAdjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-sw----p3pAdjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-smAdjective Type=qualificative Degree=superlative Number=singular Case=temporalis1legjobbkor/jó
Afs-sm------sAdjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owned_Number=singular1
Afs-sm------pAdjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owned_Number=plural1
Afs-sm----s1Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=first1
Afs-sm----s1sAdjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-sm----s1pAdjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-sm----s2Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=second1
Afs-sm----s2sAdjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-sm----s2pAdjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-sm----s3Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=third1
Afs-sm----s3sAdjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-sm----s3pAdjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-sm----p1Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=first1
Afs-sm----p1sAdjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-sm----p1pAdjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-sm----p2Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=second1
Afs-sm----p2sAdjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-sm----p2pAdjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-sm----p3Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=third1
Afs-sm----p3sAdjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-sm----p3pAdjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-scAdjective Type=qualificative Degree=superlative Number=singular Case=causalis1
Afs-sc------sAdjective Type=qualificative Degree=superlative Number=singular Case=causalis Owned_Number=singular1
Afs-sc------pAdjective Type=qualificative Degree=superlative Number=singular Case=causalis Owned_Number=plural1
Afs-sc----s1Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=first1
Afs-sc----s1sAdjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-sc----s1pAdjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-sc----s2Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=second1
Afs-sc----s2sAdjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-sc----s2pAdjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-sc----s3Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=third1
Afs-sc----s3sAdjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-sc----s3pAdjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-sc----p1Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=first1
Afs-sc----p1sAdjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-sc----p1pAdjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-sc----p2Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=second1
Afs-sc----p2sAdjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-sc----p2pAdjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-sc----p3Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=third1
Afs-sc----p3sAdjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-sc----p3pAdjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-ssAdjective Type=qualificative Degree=superlative Number=singular Case=sublative1
Afs-ss------sAdjective Type=qualificative Degree=superlative Number=singular Case=sublative Owned_Number=singular1
Afs-ss------pAdjective Type=qualificative Degree=superlative Number=singular Case=sublative Owned_Number=plural1
Afs-ss----s1Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=first1
Afs-ss----s1sAdjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-ss----s1pAdjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-ss----s2Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=second1
Afs-ss----s2sAdjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-ss----s2pAdjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-ss----s3Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=third1
Afs-ss----s3sAdjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-ss----s3pAdjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-ss----p1Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=first1
Afs-ss----p1sAdjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-ss----p1pAdjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-ss----p2Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=second1
Afs-ss----p2sAdjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-ss----p2pAdjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-ss----p3Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=third1
Afs-ss----p3sAdjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-ss----p3pAdjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-shAdjective Type=qualificative Degree=superlative Number=singular Case=delative1
Afs-sh------sAdjective Type=qualificative Degree=superlative Number=singular Case=delative Owned_Number=singular1
Afs-sh------pAdjective Type=qualificative Degree=superlative Number=singular Case=delative Owned_Number=plural1
Afs-sh----s1Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=first1
Afs-sh----s1sAdjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-sh----s1pAdjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-sh----s2Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=second1
Afs-sh----s2sAdjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-sh----s2pAdjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-sh----s3Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=third1
Afs-sh----s3sAdjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-sh----s3pAdjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-sh----p1Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=first1
Afs-sh----p1sAdjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-sh----p1pAdjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-sh----p2Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=second1
Afs-sh----p2sAdjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-sh----p2pAdjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-sh----p3Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=third1
Afs-sh----p3sAdjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-sh----p3pAdjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-sqAdjective Type=qualificative Degree=superlative Number=singular Case=sociative1
Afs-sq------sAdjective Type=qualificative Degree=superlative Number=singular Case=sociative Owned_Number=singular1
Afs-sq------pAdjective Type=qualificative Degree=superlative Number=singular Case=sociative Owned_Number=plural1
Afs-sq----s1Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=first1
Afs-sq----s1sAdjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-sq----s1pAdjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-sq----s2Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=second1
Afs-sq----s2sAdjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-sq----s2pAdjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-sq----s3Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=third1
Afs-sq----s3sAdjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-sq----s3pAdjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-sq----p1Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=first1
Afs-sq----p1sAdjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-sq----p1pAdjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-sq----p2Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=second1
Afs-sq----p2sAdjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-sq----p2pAdjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-sq----p3Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=third1
Afs-sq----p3sAdjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-sq----p3pAdjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-syAdjective Type=qualificative Degree=superlative Number=singular Case=factive1
Afs-sy------sAdjective Type=qualificative Degree=superlative Number=singular Case=factive Owned_Number=singular1
Afs-sy------pAdjective Type=qualificative Degree=superlative Number=singular Case=factive Owned_Number=plural1
Afs-sy----s1Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=first1
Afs-sy----s1sAdjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-sy----s1pAdjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-sy----s2Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=second1
Afs-sy----s2sAdjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-sy----s2pAdjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-sy----s3Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=third1
Afs-sy----s3sAdjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-sy----s3pAdjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-sy----p1Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=first1
Afs-sy----p1sAdjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-sy----p1pAdjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-sy----p2Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=second1
Afs-sy----p2sAdjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-sy----p2pAdjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-sy----p3Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=third1
Afs-sy----p3sAdjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-sy----p3pAdjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-spAdjective Type=qualificative Degree=superlative Number=singular Case=superessive6legszívesebben/szíves, legszebben/szép, legrövidebben/rövid, legkönnyebben/könnyű, legeredményesebben/eredményes
Afs-sp------sAdjective Type=qualificative Degree=superlative Number=singular Case=superessive Owned_Number=singular1
Afs-sp------pAdjective Type=qualificative Degree=superlative Number=singular Case=superessive Owned_Number=plural1
Afs-sp----s1Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=first1
Afs-sp----s1sAdjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-sp----s1pAdjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-sp----s2Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=second1
Afs-sp----s2sAdjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-sp----s2pAdjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-sp----s3Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=third1
Afs-sp----s3sAdjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-sp----s3pAdjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-sp----p1Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=first1
Afs-sp----p1sAdjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-sp----p1pAdjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-sp----p2Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=second1
Afs-sp----p2sAdjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-sp----p2pAdjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-sp----p3Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=third1
Afs-sp----p3sAdjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-sp----p3pAdjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-suAdjective Type=qualificative Degree=superlative Number=singular Case=distributive1
Afs-su------sAdjective Type=qualificative Degree=superlative Number=singular Case=distributive Owned_Number=singular1
Afs-su------pAdjective Type=qualificative Degree=superlative Number=singular Case=distributive Owned_Number=plural1
Afs-su----s1Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=first1
Afs-su----s1sAdjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-su----s1pAdjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-su----s2Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=second1
Afs-su----s2sAdjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-su----s2pAdjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-su----s3Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=third1
Afs-su----s3sAdjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-su----s3pAdjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-su----p1Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=first1
Afs-su----p1sAdjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-su----p1pAdjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-su----p2Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=second1
Afs-su----p2sAdjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-su----p2pAdjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-su----p3Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=third1
Afs-su----p3sAdjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-su----p3pAdjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-sfAdjective Type=qualificative Degree=superlative Number=singular Case=essive-formal1
Afs-sf------sAdjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owned_Number=singular1
Afs-sf------pAdjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owned_Number=plural1
Afs-sf----s1Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first1
Afs-sf----s1sAdjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-sf----s1pAdjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-sf----s2Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second1
Afs-sf----s2sAdjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-sf----s2pAdjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-sf----s3Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third1
Afs-sf----s3sAdjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-sf----s3pAdjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-sf----p1Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first1
Afs-sf----p1sAdjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-sf----p1pAdjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-sf----p2Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second1
Afs-sf----p2sAdjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-sf----p2pAdjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-sf----p3Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third1
Afs-sf----p3sAdjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-sf----p3pAdjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-pnAdjective Type=qualificative Degree=superlative Number=plural Case=nominative1
Afs-pn------sAdjective Type=qualificative Degree=superlative Number=plural Case=nominative Owned_Number=singular1
Afs-pn------pAdjective Type=qualificative Degree=superlative Number=plural Case=nominative Owned_Number=plural1
Afs-pn----s1Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=first1
Afs-pn----s1sAdjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-pn----s1pAdjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-pn----s2Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=second1
Afs-pn----s2sAdjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-pn----s2pAdjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-pn----s3Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=third1legjobbjai/jó
Afs-pn----s3sAdjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-pn----s3pAdjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-pn----p1Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=first1
Afs-pn----p1sAdjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-pn----p1pAdjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-pn----p2Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=second1
Afs-pn----p2sAdjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-pn----p2pAdjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-pn----p3Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=third1
Afs-pn----p3sAdjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-pn----p3pAdjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-pgAdjective Type=qualificative Degree=superlative Number=plural Case=genitive1
Afs-pg------sAdjective Type=qualificative Degree=superlative Number=plural Case=genitive Owned_Number=singular1
Afs-pg------pAdjective Type=qualificative Degree=superlative Number=plural Case=genitive Owned_Number=plural1
Afs-pg----s1Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=first1
Afs-pg----s1sAdjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-pg----s1pAdjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-pg----s2Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=second1
Afs-pg----s2sAdjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-pg----s2pAdjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-pg----s3Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=third1
Afs-pg----s3sAdjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-pg----s3pAdjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-pg----p1Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=first1
Afs-pg----p1sAdjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-pg----p1pAdjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-pg----p2Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=second1
Afs-pg----p2sAdjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-pg----p2pAdjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-pg----p3Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=third1
Afs-pg----p3sAdjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-pg----p3pAdjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-pdAdjective Type=qualificative Degree=superlative Number=plural Case=dative1legjobbaknak/jó
Afs-pd------sAdjective Type=qualificative Degree=superlative Number=plural Case=dative Owned_Number=singular1
Afs-pd------pAdjective Type=qualificative Degree=superlative Number=plural Case=dative Owned_Number=plural1
Afs-pd----s1Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=first1
Afs-pd----s1sAdjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-pd----s1pAdjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-pd----s2Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=second1
Afs-pd----s2sAdjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-pd----s2pAdjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-pd----s3Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=third1
Afs-pd----s3sAdjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-pd----s3pAdjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-pd----p1Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=first1
Afs-pd----p1sAdjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-pd----p1pAdjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-pd----p2Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=second1
Afs-pd----p2sAdjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-pd----p2pAdjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-pd----p3Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=third1
Afs-pd----p3sAdjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-pd----p3pAdjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-paAdjective Type=qualificative Degree=superlative Number=plural Case=accusative2legtehetségesebbeket/tehetséges, legkiválóbbakat/kiváló
Afs-pa------sAdjective Type=qualificative Degree=superlative Number=plural Case=accusative Owned_Number=singular1
Afs-pa------pAdjective Type=qualificative Degree=superlative Number=plural Case=accusative Owned_Number=plural1
Afs-pa----s1Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=first1
Afs-pa----s1sAdjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-pa----s1pAdjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-pa----s2Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=second1
Afs-pa----s2sAdjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-pa----s2pAdjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-pa----s3Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=third1legjobbjait/jó
Afs-pa----s3sAdjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-pa----s3pAdjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-pa----p1Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=first1
Afs-pa----p1sAdjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-pa----p1pAdjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-pa----p2Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=second1
Afs-pa----p2sAdjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-pa----p2pAdjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-pa----p3Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=third1
Afs-pa----p3sAdjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-pa----p3pAdjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-piAdjective Type=qualificative Degree=superlative Number=plural Case=instrumental1
Afs-pi------sAdjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owned_Number=singular1
Afs-pi------pAdjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owned_Number=plural1
Afs-pi----s1Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=first1
Afs-pi----s1sAdjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-pi----s1pAdjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-pi----s2Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=second1
Afs-pi----s2sAdjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-pi----s2pAdjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-pi----s3Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=third1
Afs-pi----s3sAdjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-pi----s3pAdjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-pi----p1Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=first1
Afs-pi----p1sAdjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-pi----p1pAdjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-pi----p2Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=second1
Afs-pi----p2sAdjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-pi----p2pAdjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-pi----p3Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=third1
Afs-pi----p3sAdjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-pi----p3pAdjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-pxAdjective Type=qualificative Degree=superlative Number=plural Case=illative1
Afs-px------sAdjective Type=qualificative Degree=superlative Number=plural Case=illative Owned_Number=singular1
Afs-px------pAdjective Type=qualificative Degree=superlative Number=plural Case=illative Owned_Number=plural1
Afs-px----s1Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=first1
Afs-px----s1sAdjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-px----s1pAdjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-px----s2Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=second1
Afs-px----s2sAdjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-px----s2pAdjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-px----s3Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=third1
Afs-px----s3sAdjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-px----s3pAdjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-px----p1Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=first1
Afs-px----p1sAdjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-px----p1pAdjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-px----p2Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=second1
Afs-px----p2sAdjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-px----p2pAdjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-px----p3Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=third1
Afs-px----p3sAdjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-px----p3pAdjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-p2Adjective Type=qualificative Degree=superlative Number=plural Case=inessive1
Afs-p2------sAdjective Type=qualificative Degree=superlative Number=plural Case=inessive Owned_Number=singular1
Afs-p2------pAdjective Type=qualificative Degree=superlative Number=plural Case=inessive Owned_Number=plural1
Afs-p2----s1Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=first1
Afs-p2----s1sAdjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-p2----s1pAdjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-p2----s2Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=second1
Afs-p2----s2sAdjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-p2----s2pAdjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-p2----s3Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=third1
Afs-p2----s3sAdjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-p2----s3pAdjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-p2----p1Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=first1
Afs-p2----p1sAdjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-p2----p1pAdjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-p2----p2Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=second1
Afs-p2----p2sAdjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-p2----p2pAdjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-p2----p3Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=third1
Afs-p2----p3sAdjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-p2----p3pAdjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-peAdjective Type=qualificative Degree=superlative Number=plural Case=elative1
Afs-pe------sAdjective Type=qualificative Degree=superlative Number=plural Case=elative Owned_Number=singular1
Afs-pe------pAdjective Type=qualificative Degree=superlative Number=plural Case=elative Owned_Number=plural1
Afs-pe----s1Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=first1
Afs-pe----s1sAdjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-pe----s1pAdjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-pe----s2Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=second1
Afs-pe----s2sAdjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-pe----s2pAdjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-pe----s3Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=third1
Afs-pe----s3sAdjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-pe----s3pAdjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-pe----p1Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=first1
Afs-pe----p1sAdjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-pe----p1pAdjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-pe----p2Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=second1
Afs-pe----p2sAdjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-pe----p2pAdjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-pe----p3Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=third1
Afs-pe----p3sAdjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-pe----p3pAdjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-ptAdjective Type=qualificative Degree=superlative Number=plural Case=allative1
Afs-pt------sAdjective Type=qualificative Degree=superlative Number=plural Case=allative Owned_Number=singular1
Afs-pt------pAdjective Type=qualificative Degree=superlative Number=plural Case=allative Owned_Number=plural1
Afs-pt----s1Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=first1
Afs-pt----s1sAdjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-pt----s1pAdjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-pt----s2Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=second1
Afs-pt----s2sAdjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-pt----s2pAdjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-pt----s3Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=third1
Afs-pt----s3sAdjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-pt----s3pAdjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-pt----p1Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=first1
Afs-pt----p1sAdjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-pt----p1pAdjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-pt----p2Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=second1
Afs-pt----p2sAdjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-pt----p2pAdjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-pt----p3Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=third1
Afs-pt----p3sAdjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-pt----p3pAdjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-p3Adjective Type=qualificative Degree=superlative Number=plural Case=adessive1
Afs-p3------sAdjective Type=qualificative Degree=superlative Number=plural Case=adessive Owned_Number=singular1
Afs-p3------pAdjective Type=qualificative Degree=superlative Number=plural Case=adessive Owned_Number=plural1
Afs-p3----s1Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=first1
Afs-p3----s1sAdjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-p3----s1pAdjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-p3----s2Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=second1
Afs-p3----s2sAdjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-p3----s2pAdjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-p3----s3Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=third1
Afs-p3----s3sAdjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-p3----s3pAdjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-p3----p1Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=first1
Afs-p3----p1sAdjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-p3----p1pAdjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-p3----p2Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=second1
Afs-p3----p2sAdjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-p3----p2pAdjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-p3----p3Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=third1
Afs-p3----p3sAdjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-p3----p3pAdjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-pbAdjective Type=qualificative Degree=superlative Number=plural Case=ablative1
Afs-pb------sAdjective Type=qualificative Degree=superlative Number=plural Case=ablative Owned_Number=singular1
Afs-pb------pAdjective Type=qualificative Degree=superlative Number=plural Case=ablative Owned_Number=plural1
Afs-pb----s1Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=first1
Afs-pb----s1sAdjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-pb----s1pAdjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-pb----s2Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=second1
Afs-pb----s2sAdjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-pb----s2pAdjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-pb----s3Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=third1legjobbjaitól/jó
Afs-pb----s3sAdjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-pb----s3pAdjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-pb----p1Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=first1
Afs-pb----p1sAdjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-pb----p1pAdjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-pb----p2Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=second1
Afs-pb----p2sAdjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-pb----p2pAdjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-pb----p3Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=third1
Afs-pb----p3sAdjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-pb----p3pAdjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-p9Adjective Type=qualificative Degree=superlative Number=plural Case=terminative1
Afs-p9------sAdjective Type=qualificative Degree=superlative Number=plural Case=terminative Owned_Number=singular1
Afs-p9------pAdjective Type=qualificative Degree=superlative Number=plural Case=terminative Owned_Number=plural1
Afs-p9----s1Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=first1
Afs-p9----s1sAdjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-p9----s1pAdjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-p9----s2Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=second1
Afs-p9----s2sAdjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-p9----s2pAdjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-p9----s3Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=third1
Afs-p9----s3sAdjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-p9----s3pAdjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-p9----p1Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=first1
Afs-p9----p1sAdjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-p9----p1pAdjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-p9----p2Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=second1
Afs-p9----p2sAdjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-p9----p2pAdjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-p9----p3Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=third1
Afs-p9----p3sAdjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-p9----p3pAdjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-pwAdjective Type=qualificative Degree=superlative Number=plural Case=essive1
Afs-pw------sAdjective Type=qualificative Degree=superlative Number=plural Case=essive Owned_Number=singular1
Afs-pw------pAdjective Type=qualificative Degree=superlative Number=plural Case=essive Owned_Number=plural1
Afs-pw----s1Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=first1
Afs-pw----s1sAdjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-pw----s1pAdjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-pw----s2Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=second1
Afs-pw----s2sAdjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-pw----s2pAdjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-pw----s3Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=third1
Afs-pw----s3sAdjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-pw----s3pAdjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-pw----p1Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=first1
Afs-pw----p1sAdjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-pw----p1pAdjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-pw----p2Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=second1
Afs-pw----p2sAdjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-pw----p2pAdjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-pw----p3Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=third1
Afs-pw----p3sAdjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-pw----p3pAdjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-pmAdjective Type=qualificative Degree=superlative Number=plural Case=temporalis1
Afs-pm------sAdjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owned_Number=singular1
Afs-pm------pAdjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owned_Number=plural1
Afs-pm----s1Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=first1
Afs-pm----s1sAdjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-pm----s1pAdjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-pm----s2Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=second1
Afs-pm----s2sAdjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-pm----s2pAdjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-pm----s3Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=third1
Afs-pm----s3sAdjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-pm----s3pAdjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-pm----p1Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=first1
Afs-pm----p1sAdjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-pm----p1pAdjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-pm----p2Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=second1
Afs-pm----p2sAdjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-pm----p2pAdjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-pm----p3Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=third1
Afs-pm----p3sAdjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-pm----p3pAdjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-pcAdjective Type=qualificative Degree=superlative Number=plural Case=causalis1
Afs-pc------sAdjective Type=qualificative Degree=superlative Number=plural Case=causalis Owned_Number=singular1
Afs-pc------pAdjective Type=qualificative Degree=superlative Number=plural Case=causalis Owned_Number=plural1
Afs-pc----s1Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=first1
Afs-pc----s1sAdjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-pc----s1pAdjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-pc----s2Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=second1
Afs-pc----s2sAdjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-pc----s2pAdjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-pc----s3Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=third1
Afs-pc----s3sAdjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-pc----s3pAdjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-pc----p1Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=first1
Afs-pc----p1sAdjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-pc----p1pAdjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-pc----p2Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=second1
Afs-pc----p2sAdjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-pc----p2pAdjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-pc----p3Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=third1
Afs-pc----p3sAdjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-pc----p3pAdjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-psAdjective Type=qualificative Degree=superlative Number=plural Case=sublative1
Afs-ps------sAdjective Type=qualificative Degree=superlative Number=plural Case=sublative Owned_Number=singular1
Afs-ps------pAdjective Type=qualificative Degree=superlative Number=plural Case=sublative Owned_Number=plural1
Afs-ps----s1Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=first1
Afs-ps----s1sAdjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-ps----s1pAdjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-ps----s2Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=second1
Afs-ps----s2sAdjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-ps----s2pAdjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-ps----s3Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=third1
Afs-ps----s3sAdjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-ps----s3pAdjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-ps----p1Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=first1
Afs-ps----p1sAdjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-ps----p1pAdjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-ps----p2Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=second1
Afs-ps----p2sAdjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-ps----p2pAdjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-ps----p3Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=third1
Afs-ps----p3sAdjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-ps----p3pAdjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-phAdjective Type=qualificative Degree=superlative Number=plural Case=delative1
Afs-ph------sAdjective Type=qualificative Degree=superlative Number=plural Case=delative Owned_Number=singular1
Afs-ph------pAdjective Type=qualificative Degree=superlative Number=plural Case=delative Owned_Number=plural1
Afs-ph----s1Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=first1
Afs-ph----s1sAdjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-ph----s1pAdjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-ph----s2Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=second1
Afs-ph----s2sAdjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-ph----s2pAdjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-ph----s3Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=third1
Afs-ph----s3sAdjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-ph----s3pAdjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-ph----p1Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=first1
Afs-ph----p1sAdjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-ph----p1pAdjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-ph----p2Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=second1
Afs-ph----p2sAdjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-ph----p2pAdjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-ph----p3Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=third1
Afs-ph----p3sAdjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-ph----p3pAdjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-pqAdjective Type=qualificative Degree=superlative Number=plural Case=sociative1
Afs-pq------sAdjective Type=qualificative Degree=superlative Number=plural Case=sociative Owned_Number=singular1
Afs-pq------pAdjective Type=qualificative Degree=superlative Number=plural Case=sociative Owned_Number=plural1
Afs-pq----s1Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=first1
Afs-pq----s1sAdjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-pq----s1pAdjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-pq----s2Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=second1
Afs-pq----s2sAdjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-pq----s2pAdjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-pq----s3Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=third1
Afs-pq----s3sAdjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-pq----s3pAdjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-pq----p1Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=first1
Afs-pq----p1sAdjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-pq----p1pAdjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-pq----p2Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=second1
Afs-pq----p2sAdjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-pq----p2pAdjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-pq----p3Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=third1
Afs-pq----p3sAdjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-pq----p3pAdjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-pyAdjective Type=qualificative Degree=superlative Number=plural Case=factive1legjelentéktelenebbekké/jelentéktelen
Afs-py------sAdjective Type=qualificative Degree=superlative Number=plural Case=factive Owned_Number=singular1
Afs-py------pAdjective Type=qualificative Degree=superlative Number=plural Case=factive Owned_Number=plural1
Afs-py----s1Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=first1
Afs-py----s1sAdjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-py----s1pAdjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-py----s2Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=second1
Afs-py----s2sAdjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-py----s2pAdjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-py----s3Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=third1
Afs-py----s3sAdjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-py----s3pAdjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-py----p1Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=first1
Afs-py----p1sAdjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-py----p1pAdjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-py----p2Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=second1
Afs-py----p2sAdjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-py----p2pAdjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-py----p3Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=third1
Afs-py----p3sAdjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-py----p3pAdjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-ppAdjective Type=qualificative Degree=superlative Number=plural Case=superessive1
Afs-pp------sAdjective Type=qualificative Degree=superlative Number=plural Case=superessive Owned_Number=singular1
Afs-pp------pAdjective Type=qualificative Degree=superlative Number=plural Case=superessive Owned_Number=plural1
Afs-pp----s1Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=first1
Afs-pp----s1sAdjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-pp----s1pAdjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-pp----s2Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=second1
Afs-pp----s2sAdjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-pp----s2pAdjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-pp----s3Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=third1
Afs-pp----s3sAdjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-pp----s3pAdjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-pp----p1Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=first1
Afs-pp----p1sAdjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-pp----p1pAdjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-pp----p2Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=second1
Afs-pp----p2sAdjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-pp----p2pAdjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-pp----p3Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=third1
Afs-pp----p3sAdjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-pp----p3pAdjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-puAdjective Type=qualificative Degree=superlative Number=plural Case=distributive1
Afs-pu------sAdjective Type=qualificative Degree=superlative Number=plural Case=distributive Owned_Number=singular1
Afs-pu------pAdjective Type=qualificative Degree=superlative Number=plural Case=distributive Owned_Number=plural1
Afs-pu----s1Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=first1
Afs-pu----s1sAdjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-pu----s1pAdjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-pu----s2Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=second1
Afs-pu----s2sAdjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-pu----s2pAdjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-pu----s3Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=third1
Afs-pu----s3sAdjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-pu----s3pAdjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-pu----p1Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=first1
Afs-pu----p1sAdjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-pu----p1pAdjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-pu----p2Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=second1
Afs-pu----p2sAdjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-pu----p2pAdjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-pu----p3Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=third1
Afs-pu----p3sAdjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-pu----p3pAdjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Afs-pfAdjective Type=qualificative Degree=superlative Number=plural Case=essive-formal1
Afs-pf------sAdjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owned_Number=singular1
Afs-pf------pAdjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owned_Number=plural1
Afs-pf----s1Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first1
Afs-pf----s1sAdjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular1
Afs-pf----s1pAdjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural1
Afs-pf----s2Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second1
Afs-pf----s2sAdjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular1
Afs-pf----s2pAdjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural1
Afs-pf----s3Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third1
Afs-pf----s3sAdjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular1
Afs-pf----s3pAdjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural1
Afs-pf----p1Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first1
Afs-pf----p1sAdjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular1
Afs-pf----p1pAdjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural1
Afs-pf----p2Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second1
Afs-pf----p2sAdjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular1
Afs-pf----p2pAdjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural1
Afs-pf----p3Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third1
Afs-pf----p3sAdjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular1
Afs-pf----p3pAdjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural1

3.18.6. Hungarian Pronoun

Specification for Hungarian Pronoun
PAttribute (en)Value (en)Code (en)
0CATEGORYPronounP
1Typepersonalp
demonstratived
indefinitei
possessives
interrogativeq
relativer
reflexivex
reciprocaly
2Personfirst1
second2
third3
4Numbersingulars
pluralp
5Casenominativen
genitiveg
datived
accusativea
instrumentali
illativex
inessive2
elativee
allativet
adessive3
ablativeb
terminative9
essivew
temporalism
causalisc
sublatives
delativeh
sociativeq
factivey
superessivep
distributiveu
essive-formalf
6Owner_Numbersingulars
pluralp
15Owner_Personfirst1
second2
third3
16Owned_Numbersingulars
pluralp
3.18.6.1. Combinations
PosTypePersNumCaseOwner NumberOwner PersonOwned Number
Pp[123][sp][ngdaix2et3b9wmcshqypuf]---
Px[123][sp][ngdaix2et3b9wmcshqypuf]--[sp]
Py3s[ngdaix2et3b9wmcshqypuf]--[sp]
Ps3s[ngdaix2et3b9wmcshqypuf][sp][123]s
Ps3p[ngdaix2et3b9wmcshqypuf][sp][123]p
P[diqr]3[sp][ngdaix2et3b9wmcshqypuf][sp][123][sp]
3.18.6.2. MSD Index

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.

MSDs (4620)
MSDFeaturesTypesExamples
Pp1-snPronoun Type=personal Person=first Number=singular Case=nominative1én
Pp1-sgPronoun Type=personal Person=first Number=singular Case=genitive1
Pp1-sdPronoun Type=personal Person=first Number=singular Case=dative3Nekem/én, nekem/én, énnekem/én
Pp1-saPronoun Type=personal Person=first Number=singular Case=accusative2engemet/én, engem/én
Pp1-siPronoun Type=personal Person=first Number=singular Case=instrumental4vélem/én, Velem/én, velem/én, énvelem/én
Pp1-sxPronoun Type=personal Person=first Number=singular Case=illative1belém/én
Pp1-s2Pronoun Type=personal Person=first Number=singular Case=inessive2énbennem/én, bennem/én
Pp1-sePronoun Type=personal Person=first Number=singular Case=elative1
Pp1-stPronoun Type=personal Person=first Number=singular Case=allative2hozzám/én, énhozzám/én
Pp1-s3Pronoun Type=personal Person=first Number=singular Case=adessive2Nálam/én, nálam/én
Pp1-sbPronoun Type=personal Person=first Number=singular Case=ablative1tőlem/én
Pp1-s9Pronoun Type=personal Person=first Number=singular Case=terminative1
Pp1-swPronoun Type=personal Person=first Number=singular Case=essive1
Pp1-smPronoun Type=personal Person=first Number=singular Case=temporalis1
Pp1-scPronoun Type=personal Person=first Number=singular Case=causalis3Értem/én, értem/én, énértem/én
Pp1-ssPronoun Type=personal Person=first Number=singular Case=sublative1rám/én
Pp1-shPronoun Type=personal Person=first Number=singular Case=delative1rólam/én
Pp1-sqPronoun Type=personal Person=first Number=singular Case=sociative1
Pp1-syPronoun Type=personal Person=first Number=singular Case=factive1
Pp1-spPronoun Type=personal Person=first Number=singular Case=superessive1rajtam/én
Pp1-suPronoun Type=personal Person=first Number=singular Case=distributive1
Pp1-sfPronoun Type=personal Person=first Number=singular Case=essive-formal1
Pp1-pnPronoun Type=personal Person=first Number=plural Case=nominative1
Pp1-pgPronoun Type=personal Person=first Number=plural Case=genitive1
Pp1-pdPronoun Type=personal Person=first Number=plural Case=dative3Nekünk/mi, nekünk/mi, minekünk/mi
Pp1-paPronoun Type=personal Person=first Number=plural Case=accusative1minket/mi
Pp1-piPronoun Type=personal Person=first Number=plural Case=instrumental2Velünk/mi, velünk/mi
Pp1-pxPronoun Type=personal Person=first Number=plural Case=illative1
Pp1-p2Pronoun Type=personal Person=first Number=plural Case=inessive1bennünk/mi
Pp1-pePronoun Type=personal Person=first Number=plural Case=elative1
Pp1-ptPronoun Type=personal Person=first Number=plural Case=allative1hozzánk/mi
Pp1-p3Pronoun Type=personal Person=first Number=plural Case=adessive3Nálunk/mi, nálunk/mi, minálunk/mi
Pp1-pbPronoun Type=personal Person=first Number=plural Case=ablative1tőlünk/mi
Pp1-p9Pronoun Type=personal Person=first Number=plural Case=terminative1
Pp1-pwPronoun Type=personal Person=first Number=plural Case=essive1
Pp1-pmPronoun Type=personal Person=first Number=plural Case=temporalis1
Pp1-pcPronoun Type=personal Person=first Number=plural Case=causalis1értünk/mi
Pp1-psPronoun Type=personal Person=first Number=plural Case=sublative2Ránk/mi, ránk/mi
Pp1-phPronoun Type=personal Person=first Number=plural Case=delative1rólunk/mi
Pp1-pqPronoun Type=personal Person=first Number=plural Case=sociative1
Pp1-pyPronoun Type=personal Person=first Number=plural Case=factive1
Pp1-ppPronoun Type=personal Person=first Number=plural Case=superessive2Rajtunk/mi, rajtunk/mi
Pp1-puPronoun Type=personal Person=first Number=plural Case=distributive1
Pp1-pfPronoun Type=personal Person=first Number=plural Case=essive-formal1
Pp2-snPronoun Type=personal Person=second Number=singular Case=nominative1te
Pp2-sgPronoun Type=personal Person=second Number=singular Case=genitive1
Pp2-sdPronoun Type=personal Person=second Number=singular Case=dative2Neked/te, neked/te
Pp2-saPronoun Type=personal Person=second Number=singular Case=accusative1téged/te
Pp2-siPronoun Type=personal Person=second Number=singular Case=instrumental2Veled/te, veled/te
Pp2-sxPronoun Type=personal Person=second Number=singular Case=illative1
Pp2-s2Pronoun Type=personal Person=second Number=singular Case=inessive1benned/te
Pp2-sePronoun Type=personal Person=second Number=singular Case=elative1
Pp2-stPronoun Type=personal Person=second Number=singular Case=allative1hozzád/te
Pp2-s3Pronoun Type=personal Person=second Number=singular Case=adessive1nálad/te
Pp2-sbPronoun Type=personal Person=second Number=singular Case=ablative1tőled/te
Pp2-s9Pronoun Type=personal Person=second Number=singular Case=terminative1
Pp2-swPronoun Type=personal Person=second Number=singular Case=essive1
Pp2-smPronoun Type=personal Person=second Number=singular Case=temporalis1
Pp2-scPronoun Type=personal Person=second Number=singular Case=causalis2Érted/te, érted/te
Pp2-ssPronoun Type=personal Person=second Number=singular Case=sublative1rád/te
Pp2-shPronoun Type=personal Person=second Number=singular Case=delative1rólad/te
Pp2-sqPronoun Type=personal Person=second Number=singular Case=sociative1
Pp2-syPronoun Type=personal Person=second Number=singular Case=factive1
Pp2-spPronoun Type=personal Person=second Number=singular Case=superessive1rajtad/te
Pp2-suPronoun Type=personal Person=second Number=singular Case=distributive1
Pp2-sfPronoun Type=personal Person=second Number=singular Case=essive-formal1
Pp2-pnPronoun Type=personal Person=second Number=plural Case=nominative1ti
Pp2-pgPronoun Type=personal Person=second Number=plural Case=genitive1
Pp2-pdPronoun Type=personal Person=second Number=plural Case=dative2tinéktek/ti, nektek/ti
Pp2-paPronoun Type=personal Person=second Number=plural Case=accusative3titeket/ti, bennünket/ti, benneteket/ti
Pp2-piPronoun Type=personal Person=second Number=plural Case=instrumental1veletek/ti
Pp2-pxPronoun Type=personal Person=second Number=plural Case=illative1
Pp2-p2Pronoun Type=personal Person=second Number=plural Case=inessive1bennetek/ti
Pp2-pePronoun Type=personal Person=second Number=plural Case=elative1
Pp2-ptPronoun Type=personal Person=second Number=plural Case=allative1
Pp2-p3Pronoun Type=personal Person=second Number=plural Case=adessive1nálatok/ti
Pp2-pbPronoun Type=personal Person=second Number=plural Case=ablative1
Pp2-p9Pronoun Type=personal Person=second Number=plural Case=terminative1
Pp2-pwPronoun Type=personal Person=second Number=plural Case=essive1
Pp2-pmPronoun Type=personal Person=second Number=plural Case=temporalis1
Pp2-pcPronoun Type=personal Person=second Number=plural Case=causalis1
Pp2-psPronoun Type=personal Person=second Number=plural Case=sublative1rátok/ti
Pp2-phPronoun Type=personal Person=second Number=plural Case=delative1rólatok/ti
Pp2-pqPronoun Type=personal Person=second Number=plural Case=sociative1
Pp2-pyPronoun Type=personal Person=second Number=plural Case=factive1
Pp2-ppPronoun Type=personal Person=second Number=plural Case=superessive1
Pp2-puPronoun Type=personal Person=second Number=plural Case=distributive1
Pp2-pfPronoun Type=personal Person=second Number=plural Case=essive-formal1
Pp3-snPronoun Type=personal Person=third Number=singular Case=nominative1ő
Pp3-sgPronoun Type=personal Person=third Number=singular Case=genitive1
Pp3-sdPronoun Type=personal Person=third Number=singular Case=dative3őneki/ő, Neki/ő, neki/ő
Pp3-saPronoun Type=personal Person=third Number=singular Case=accusative1őt/ő
Pp3-siPronoun Type=personal Person=third Number=singular Case=instrumental3Vele/ő, vele/ő, ővele/ő
Pp3-sxPronoun Type=personal Person=third Number=singular Case=illative2belé/ő, beléje/ő
Pp3-s2Pronoun Type=personal Person=third Number=singular Case=inessive2Benne/ő, benne/ő
Pp3-sePronoun Type=personal Person=third Number=singular Case=elative1
Pp3-stPronoun Type=personal Person=third Number=singular Case=allative2Hozzá/ő, hozzá/ő
Pp3-s3Pronoun Type=personal Person=third Number=singular Case=adessive1nála/ő
Pp3-sbPronoun Type=personal Person=third Number=singular Case=ablative1tőle/ő
Pp3-s9Pronoun Type=personal Person=third Number=singular Case=terminative1
Pp3-swPronoun Type=personal Person=third Number=singular Case=essive1
Pp3-smPronoun Type=personal Person=third Number=singular Case=temporalis1
Pp3-scPronoun Type=personal Person=third Number=singular Case=causalis1érte/ő
Pp3-ssPronoun Type=personal Person=third Number=singular Case=sublative4Rá/ő, rá/ő, őreá/ő, őrá/ő
Pp3-shPronoun Type=personal Person=third Number=singular Case=delative2Róla/ő, róla/ő
Pp3-sqPronoun Type=personal Person=third Number=singular Case=sociative1
Pp3-syPronoun Type=personal Person=third Number=singular Case=factive1
Pp3-spPronoun Type=personal Person=third Number=singular Case=superessive2Rajta/ő, rajta/ő
Pp3-suPronoun Type=personal Person=third Number=singular Case=distributive1
Pp3-sfPronoun Type=personal Person=third Number=singular Case=essive-formal1
Pp3-pnPronoun Type=personal Person=third Number=plural Case=nominative1ők
Pp3-pgPronoun Type=personal Person=third Number=plural Case=genitive1
Pp3-pdPronoun Type=personal Person=third Number=plural Case=dative3őnekik/ők, Nekik/ők, nekik/ők
Pp3-paPronoun Type=personal Person=third Number=plural Case=accusative1őket/ők
Pp3-piPronoun Type=personal Person=third Number=plural Case=instrumental2velük/ők, ővelük/ők
Pp3-pxPronoun Type=personal Person=third Number=plural Case=illative1beléjük/ők
Pp3-p2Pronoun Type=personal Person=third Number=plural Case=inessive1bennük/ők
Pp3-pePronoun Type=personal Person=third Number=plural Case=elative1
Pp3-ptPronoun Type=personal Person=third Number=plural Case=allative1hozzájuk/ők
Pp3-p3Pronoun Type=personal Person=third Number=plural Case=adessive1náluk/ők
Pp3-pbPronoun Type=personal Person=third Number=plural Case=ablative1tőlük/ők
Pp3-p9Pronoun Type=personal Person=third Number=plural Case=terminative1
Pp3-pwPronoun Type=personal Person=third Number=plural Case=essive1
Pp3-pmPronoun Type=personal Person=third Number=plural Case=temporalis1
Pp3-pcPronoun Type=personal Person=third Number=plural Case=causalis1értük/ők
Pp3-psPronoun Type=personal Person=third Number=plural Case=sublative2Rájuk/ők, rájuk/ők
Pp3-phPronoun Type=personal Person=third Number=plural Case=delative1róluk/ők
Pp3-pqPronoun Type=personal Person=third Number=plural Case=sociative1
Pp3-pyPronoun Type=personal Person=third Number=plural Case=factive1
Pp3-ppPronoun Type=personal Person=third Number=plural Case=superessive2Rajtuk/ők, rajtuk/ők
Pp3-puPronoun Type=personal Person=third Number=plural Case=distributive1
Pp3-pfPronoun Type=personal Person=third Number=plural Case=essive-formal1
Pd3-snPronoun Type=demonstrative Person=third Number=singular Case=nominative24ugyanolyan, ugyanilyen, ugyanez, ugyanekkora, ugyanegy
Pd3-sn----------sPronoun Type=demonstrative Person=third Number=singular Case=nominative Owned_Number=singular1azé/az
Pd3-sn----------pPronoun Type=demonstrative Person=third Number=singular Case=nominative Owned_Number=plural1
Pd3-sns--------1Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first1
Pd3-sns--------1sPronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-sns--------1pPronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-sns--------2Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second1
Pd3-sns--------2sPronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-sns--------2pPronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-sns--------3Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third1
Pd3-sns--------3sPronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-sns--------3pPronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-snp--------1Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first1
Pd3-snp--------1sPronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-snp--------1pPronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-snp--------2Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second1
Pd3-snp--------2sPronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-snp--------2pPronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-snp--------3Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third1
Pd3-snp--------3sPronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-snp--------3pPronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-sgPronoun Type=demonstrative Person=third Number=singular Case=genitive1
Pd3-sg----------sPronoun Type=demonstrative Person=third Number=singular Case=genitive Owned_Number=singular1
Pd3-sg----------pPronoun Type=demonstrative Person=third Number=singular Case=genitive Owned_Number=plural1
Pd3-sgs--------1Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first1
Pd3-sgs--------1sPronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-sgs--------1pPronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-sgs--------2Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second1
Pd3-sgs--------2sPronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-sgs--------2pPronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-sgs--------3Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third1
Pd3-sgs--------3sPronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-sgs--------3pPronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-sgp--------1Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first1
Pd3-sgp--------1sPronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-sgp--------1pPronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-sgp--------2Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second1
Pd3-sgp--------2sPronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-sgp--------2pPronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-sgp--------3Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third1
Pd3-sgp--------3sPronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-sgp--------3pPronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-sdPronoun Type=demonstrative Person=third Number=singular Case=dative5ugyanennek/ugyanez, olyannak/olyan, ilyennek/ilyen, ennek/ez, annak/az
Pd3-sd----------sPronoun Type=demonstrative Person=third Number=singular Case=dative Owned_Number=singular1
Pd3-sd----------pPronoun Type=demonstrative Person=third Number=singular Case=dative Owned_Number=plural1
Pd3-sds--------1Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first1
Pd3-sds--------1sPronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-sds--------1pPronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-sds--------2Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second1
Pd3-sds--------2sPronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-sds--------2pPronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-sds--------3Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third1
Pd3-sds--------3sPronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-sds--------3pPronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-sdp--------1Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first1
Pd3-sdp--------1sPronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-sdp--------1pPronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-sdp--------2Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second1
Pd3-sdp--------2sPronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-sdp--------2pPronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-sdp--------3Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third1
Pd3-sdp--------3sPronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-sdp--------3pPronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-saPronoun Type=demonstrative Person=third Number=singular Case=accusative7ugyanezt/ugyanez, ugyanazt/ugyanaz, olyat/oly, ilyet/ily, ezt/ez
Pd3-sa----------sPronoun Type=demonstrative Person=third Number=singular Case=accusative Owned_Number=singular1azét/az
Pd3-sa----------pPronoun Type=demonstrative Person=third Number=singular Case=accusative Owned_Number=plural1
Pd3-sas--------1Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first1
Pd3-sas--------1sPronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-sas--------1pPronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-sas--------2Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second1
Pd3-sas--------2sPronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-sas--------2pPronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-sas--------3Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third1
Pd3-sas--------3sPronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-sas--------3pPronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-sap--------1Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first1
Pd3-sap--------1sPronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-sap--------1pPronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-sap--------2Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second1
Pd3-sap--------2sPronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-sap--------2pPronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-sap--------3Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third1
Pd3-sap--------3sPronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-sap--------3pPronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-siPronoun Type=demonstrative Person=third Number=singular Case=instrumental7ugyanazzal/ugyanaz, ilyennel/ilyen, ezzel/ez, ezzel-azzal/ez-az, evvel/ez
Pd3-si----------sPronoun Type=demonstrative Person=third Number=singular Case=instrumental Owned_Number=singular1
Pd3-si----------pPronoun Type=demonstrative Person=third Number=singular Case=instrumental Owned_Number=plural1
Pd3-sis--------1Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first1
Pd3-sis--------1sPronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-sis--------1pPronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-sis--------2Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second1
Pd3-sis--------2sPronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-sis--------2pPronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-sis--------3Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third1
Pd3-sis--------3sPronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-sis--------3pPronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-sip--------1Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first1
Pd3-sip--------1sPronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-sip--------1pPronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-sip--------2Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second1
Pd3-sip--------2sPronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-sip--------2pPronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-sip--------3Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third1
Pd3-sip--------3sPronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-sip--------3pPronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-sxPronoun Type=demonstrative Person=third Number=singular Case=illative2ebbe/ez, abba/az
Pd3-sx----------sPronoun Type=demonstrative Person=third Number=singular Case=illative Owned_Number=singular1
Pd3-sx----------pPronoun Type=demonstrative Person=third Number=singular Case=illative Owned_Number=plural1
Pd3-sxs--------1Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first1
Pd3-sxs--------1sPronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-sxs--------1pPronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-sxs--------2Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second1
Pd3-sxs--------2sPronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-sxs--------2pPronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-sxs--------3Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third1
Pd3-sxs--------3sPronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-sxs--------3pPronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-sxp--------1Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first1
Pd3-sxp--------1sPronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-sxp--------1pPronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-sxp--------2Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second1
Pd3-sxp--------2sPronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-sxp--------2pPronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-sxp--------3Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third1
Pd3-sxp--------3sPronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-sxp--------3pPronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-s2Pronoun Type=demonstrative Person=third Number=singular Case=inessive5ugyanebben/ugyanez, ugyanabban/ugyanaz, ilyenben/ilyen, ebben/ez, abban/az
Pd3-s2----------sPronoun Type=demonstrative Person=third Number=singular Case=inessive Owned_Number=singular1azéban/az
Pd3-s2----------pPronoun Type=demonstrative Person=third Number=singular Case=inessive Owned_Number=plural1
Pd3-s2s--------1Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first1
Pd3-s2s--------1sPronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-s2s--------1pPronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-s2s--------2Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second1
Pd3-s2s--------2sPronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-s2s--------2pPronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-s2s--------3Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third1
Pd3-s2s--------3sPronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-s2s--------3pPronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-s2p--------1Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first1
Pd3-s2p--------1sPronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-s2p--------1pPronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-s2p--------2Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second1
Pd3-s2p--------2sPronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-s2p--------2pPronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-s2p--------3Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third1
Pd3-s2p--------3sPronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-s2p--------3pPronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-sePronoun Type=demonstrative Person=third Number=singular Case=elative3ugyanabból/ugyanaz, ebből/ez, abból/az
Pd3-se----------sPronoun Type=demonstrative Person=third Number=singular Case=elative Owned_Number=singular1
Pd3-se----------pPronoun Type=demonstrative Person=third Number=singular Case=elative Owned_Number=plural1
Pd3-ses--------1Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first1
Pd3-ses--------1sPronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-ses--------1pPronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-ses--------2Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second1
Pd3-ses--------2sPronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-ses--------2pPronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-ses--------3Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third1
Pd3-ses--------3sPronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-ses--------3pPronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-sep--------1Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first1
Pd3-sep--------1sPronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-sep--------1pPronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-sep--------2Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second1
Pd3-sep--------2sPronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-sep--------2pPronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-sep--------3Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third1
Pd3-sep--------3sPronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-sep--------3pPronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-stPronoun Type=demonstrative Person=third Number=singular Case=allative2ehhez/ez, ahhoz/az
Pd3-st----------sPronoun Type=demonstrative Person=third Number=singular Case=allative Owned_Number=singular1
Pd3-st----------pPronoun Type=demonstrative Person=third Number=singular Case=allative Owned_Number=plural1
Pd3-sts--------1Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first1
Pd3-sts--------1sPronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-sts--------1pPronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-sts--------2Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second1
Pd3-sts--------2sPronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-sts--------2pPronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-sts--------3Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third1
Pd3-sts--------3sPronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-sts--------3pPronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-stp--------1Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first1
Pd3-stp--------1sPronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-stp--------1pPronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-stp--------2Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second1
Pd3-stp--------2sPronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-stp--------2pPronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-stp--------3Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third1
Pd3-stp--------3sPronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-stp--------3pPronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-s3Pronoun Type=demonstrative Person=third Number=singular Case=adessive3ugyanannál/ugyanaz, ennél/ez, annál/az
Pd3-s3----------sPronoun Type=demonstrative Person=third Number=singular Case=adessive Owned_Number=singular1
Pd3-s3----------pPronoun Type=demonstrative Person=third Number=singular Case=adessive Owned_Number=plural1
Pd3-s3s--------1Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first1
Pd3-s3s--------1sPronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-s3s--------1pPronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-s3s--------2Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second1
Pd3-s3s--------2sPronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-s3s--------2pPronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-s3s--------3Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third1
Pd3-s3s--------3sPronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-s3s--------3pPronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-s3p--------1Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first1
Pd3-s3p--------1sPronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-s3p--------1pPronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-s3p--------2Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second1
Pd3-s3p--------2sPronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-s3p--------2pPronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-s3p--------3Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third1
Pd3-s3p--------3sPronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-s3p--------3pPronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-sbPronoun Type=demonstrative Person=third Number=singular Case=ablative2ettől/ez, attól/az
Pd3-sb----------sPronoun Type=demonstrative Person=third Number=singular Case=ablative Owned_Number=singular1
Pd3-sb----------pPronoun Type=demonstrative Person=third Number=singular Case=ablative Owned_Number=plural1
Pd3-sbs--------1Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first1
Pd3-sbs--------1sPronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-sbs--------1pPronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-sbs--------2Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second1
Pd3-sbs--------2sPronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-sbs--------2pPronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-sbs--------3Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third1
Pd3-sbs--------3sPronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-sbs--------3pPronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-sbp--------1Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first1
Pd3-sbp--------1sPronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-sbp--------1pPronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-sbp--------2Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second1
Pd3-sbp--------2sPronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-sbp--------2pPronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-sbp--------3Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third1
Pd3-sbp--------3sPronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-sbp--------3pPronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-s9Pronoun Type=demonstrative Person=third Number=singular Case=terminative2eddig/ez, addig/az
Pd3-s9----------sPronoun Type=demonstrative Person=third Number=singular Case=terminative Owned_Number=singular1
Pd3-s9----------pPronoun Type=demonstrative Person=third Number=singular Case=terminative Owned_Number=plural1
Pd3-s9s--------1Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first1
Pd3-s9s--------1sPronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-s9s--------1pPronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-s9s--------2Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second1
Pd3-s9s--------2sPronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-s9s--------2pPronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-s9s--------3Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third1
Pd3-s9s--------3sPronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-s9s--------3pPronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-s9p--------1Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first1
Pd3-s9p--------1sPronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-s9p--------1pPronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-s9p--------2Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second1
Pd3-s9p--------2sPronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-s9p--------2pPronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-s9p--------3Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third1
Pd3-s9p--------3sPronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-s9p--------3pPronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-swPronoun Type=demonstrative Person=third Number=singular Case=essive1
Pd3-sw----------sPronoun Type=demonstrative Person=third Number=singular Case=essive Owned_Number=singular1
Pd3-sw----------pPronoun Type=demonstrative Person=third Number=singular Case=essive Owned_Number=plural1
Pd3-sws--------1Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first1
Pd3-sws--------1sPronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-sws--------1pPronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-sws--------2Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second1
Pd3-sws--------2sPronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-sws--------2pPronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-sws--------3Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third1
Pd3-sws--------3sPronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-sws--------3pPronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-swp--------1Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first1
Pd3-swp--------1sPronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-swp--------1pPronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-swp--------2Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second1
Pd3-swp--------2sPronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-swp--------2pPronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-swp--------3Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third1
Pd3-swp--------3sPronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-swp--------3pPronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-smPronoun Type=demonstrative Person=third Number=singular Case=temporalis5ugyanakkor/ugyanaz, olykor/oly, olyankor/olyan, ilyenkor/ilyen, ekkor/ez
Pd3-sm----------sPronoun Type=demonstrative Person=third Number=singular Case=temporalis Owned_Number=singular1
Pd3-sm----------pPronoun Type=demonstrative Person=third Number=singular Case=temporalis Owned_Number=plural1
Pd3-sms--------1Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first1
Pd3-sms--------1sPronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-sms--------1pPronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-sms--------2Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second1
Pd3-sms--------2sPronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-sms--------2pPronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-sms--------3Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third1
Pd3-sms--------3sPronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-sms--------3pPronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-smp--------1Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first1
Pd3-smp--------1sPronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-smp--------1pPronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-smp--------2Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second1
Pd3-smp--------2sPronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-smp--------2pPronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-smp--------3Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third1
Pd3-smp--------3sPronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-smp--------3pPronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-scPronoun Type=demonstrative Person=third Number=singular Case=causalis4ugyanezért/ugyanez, ugyanazért/ugyanaz, ezért/ez, azért/az
Pd3-sc----------sPronoun Type=demonstrative Person=third Number=singular Case=causalis Owned_Number=singular1
Pd3-sc----------pPronoun Type=demonstrative Person=third Number=singular Case=causalis Owned_Number=plural1
Pd3-scs--------1Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first1
Pd3-scs--------1sPronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-scs--------1pPronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-scs--------2Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second1
Pd3-scs--------2sPronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-scs--------2pPronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-scs--------3Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third1
Pd3-scs--------3sPronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-scs--------3pPronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-scp--------1Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first1
Pd3-scp--------1sPronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-scp--------1pPronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-scp--------2Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second1
Pd3-scp--------2sPronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-scp--------2pPronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-scp--------3Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third1
Pd3-scp--------3sPronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-scp--------3pPronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-ssPronoun Type=demonstrative Person=third Number=singular Case=sublative9ugyanerre/ugyanez, ugyanarra/ugyanaz, olyanra/olyan, ilyenre/ilyen, erre/ez
Pd3-ss----------sPronoun Type=demonstrative Person=third Number=singular Case=sublative Owned_Number=singular1
Pd3-ss----------pPronoun Type=demonstrative Person=third Number=singular Case=sublative Owned_Number=plural1
Pd3-sss--------1Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first1
Pd3-sss--------1sPronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-sss--------1pPronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-sss--------2Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second1
Pd3-sss--------2sPronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-sss--------2pPronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-sss--------3Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third1
Pd3-sss--------3sPronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-sss--------3pPronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-ssp--------1Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first1
Pd3-ssp--------1sPronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-ssp--------1pPronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-ssp--------2Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second1
Pd3-ssp--------2sPronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-ssp--------2pPronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-ssp--------3Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third1
Pd3-ssp--------3sPronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-ssp--------3pPronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-shPronoun Type=demonstrative Person=third Number=singular Case=delative3ugyanarról/ugyanaz, erről/ez, arról/az
Pd3-sh----------sPronoun Type=demonstrative Person=third Number=singular Case=delative Owned_Number=singular1
Pd3-sh----------pPronoun Type=demonstrative Person=third Number=singular Case=delative Owned_Number=plural1
Pd3-shs--------1Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first1
Pd3-shs--------1sPronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-shs--------1pPronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-shs--------2Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second1
Pd3-shs--------2sPronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-shs--------2pPronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-shs--------3Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third1
Pd3-shs--------3sPronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-shs--------3pPronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-shp--------1Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first1
Pd3-shp--------1sPronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-shp--------1pPronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-shp--------2Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second1
Pd3-shp--------2sPronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-shp--------2pPronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-shp--------3Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third1
Pd3-shp--------3sPronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-shp--------3pPronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-sqPronoun Type=demonstrative Person=third Number=singular Case=sociative1
Pd3-sq----------sPronoun Type=demonstrative Person=third Number=singular Case=sociative Owned_Number=singular1
Pd3-sq----------pPronoun Type=demonstrative Person=third Number=singular Case=sociative Owned_Number=plural1
Pd3-sqs--------1Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first1
Pd3-sqs--------1sPronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-sqs--------1pPronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-sqs--------2Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second1
Pd3-sqs--------2sPronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-sqs--------2pPronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-sqs--------3Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third1
Pd3-sqs--------3sPronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-sqs--------3pPronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-sqp--------1Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first1
Pd3-sqp--------1sPronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-sqp--------1pPronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-sqp--------2Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second1
Pd3-sqp--------2sPronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-sqp--------2pPronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-sqp--------3Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third1
Pd3-sqp--------3sPronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-sqp--------3pPronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-syPronoun Type=demonstrative Person=third Number=singular Case=factive1azzá/az
Pd3-sy----------sPronoun Type=demonstrative Person=third Number=singular Case=factive Owned_Number=singular1
Pd3-sy----------pPronoun Type=demonstrative Person=third Number=singular Case=factive Owned_Number=plural1
Pd3-sys--------1Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first1
Pd3-sys--------1sPronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-sys--------1pPronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-sys--------2Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second1
Pd3-sys--------2sPronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-sys--------2pPronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-sys--------3Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third1
Pd3-sys--------3sPronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-sys--------3pPronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-syp--------1Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first1
Pd3-syp--------1sPronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-syp--------1pPronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-syp--------2Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second1
Pd3-syp--------2sPronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-syp--------2pPronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-syp--------3Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third1
Pd3-syp--------3sPronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-syp--------3pPronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-spPronoun Type=demonstrative Person=third Number=singular Case=superessive4ugyanilyen/ugyanily, ilyen/ily, ezen/ez, azon/az
Pd3-sp----------sPronoun Type=demonstrative Person=third Number=singular Case=superessive Owned_Number=singular1
Pd3-sp----------pPronoun Type=demonstrative Person=third Number=singular Case=superessive Owned_Number=plural1
Pd3-sps--------1Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first1
Pd3-sps--------1sPronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-sps--------1pPronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-sps--------2Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second1
Pd3-sps--------2sPronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-sps--------2pPronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-sps--------3Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third1
Pd3-sps--------3sPronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-sps--------3pPronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-spp--------1Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first1
Pd3-spp--------1sPronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-spp--------1pPronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-spp--------2Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second1
Pd3-spp--------2sPronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-spp--------2pPronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-spp--------3Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third1
Pd3-spp--------3sPronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-spp--------3pPronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-suPronoun Type=demonstrative Person=third Number=singular Case=distributive1ilyenként/ily
Pd3-su----------sPronoun Type=demonstrative Person=third Number=singular Case=distributive Owned_Number=singular1
Pd3-su----------pPronoun Type=demonstrative Person=third Number=singular Case=distributive Owned_Number=plural1
Pd3-sus--------1Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first1
Pd3-sus--------1sPronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-sus--------1pPronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-sus--------2Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second1
Pd3-sus--------2sPronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-sus--------2pPronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-sus--------3Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third1
Pd3-sus--------3sPronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-sus--------3pPronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-sup--------1Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first1
Pd3-sup--------1sPronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-sup--------1pPronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-sup--------2Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second1
Pd3-sup--------2sPronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-sup--------2pPronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-sup--------3Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third1
Pd3-sup--------3sPronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-sup--------3pPronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-sfPronoun Type=demonstrative Person=third Number=singular Case=essive-formal2ilyenként/ilyen, ilyenféleképpen/ilyenféle
Pd3-sf----------sPronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owned_Number=singular1
Pd3-sf----------pPronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owned_Number=plural1
Pd3-sfs--------1Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first1
Pd3-sfs--------1sPronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-sfs--------1pPronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-sfs--------2Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second1
Pd3-sfs--------2sPronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-sfs--------2pPronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-sfs--------3Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third1
Pd3-sfs--------3sPronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-sfs--------3pPronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-sfp--------1Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first1
Pd3-sfp--------1sPronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-sfp--------1pPronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-sfp--------2Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second1
Pd3-sfp--------2sPronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-sfp--------2pPronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-sfp--------3Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third1
Pd3-sfp--------3sPronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-sfp--------3pPronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-pnPronoun Type=demonstrative Person=third Number=plural Case=nominative9ugyanezek/ugyanez, ugyanazok/ugyanaz, olyanok/olyan, ilyenek/ilyen, ezek/ez
Pd3-pn----------sPronoun Type=demonstrative Person=third Number=plural Case=nominative Owned_Number=singular1azoké/az
Pd3-pn----------pPronoun Type=demonstrative Person=third Number=plural Case=nominative Owned_Number=plural1
Pd3-pns--------1Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first1
Pd3-pns--------1sPronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-pns--------1pPronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-pns--------2Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second1
Pd3-pns--------2sPronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-pns--------2pPronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-pns--------3Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third1
Pd3-pns--------3sPronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-pns--------3pPronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-pnp--------1Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first1
Pd3-pnp--------1sPronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-pnp--------1pPronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-pnp--------2Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second1
Pd3-pnp--------2sPronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-pnp--------2pPronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-pnp--------3Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third1
Pd3-pnp--------3sPronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-pnp--------3pPronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-pgPronoun Type=demonstrative Person=third Number=plural Case=genitive1
Pd3-pg----------sPronoun Type=demonstrative Person=third Number=plural Case=genitive Owned_Number=singular1
Pd3-pg----------pPronoun Type=demonstrative Person=third Number=plural Case=genitive Owned_Number=plural1
Pd3-pgs--------1Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first1
Pd3-pgs--------1sPronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-pgs--------1pPronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-pgs--------2Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second1
Pd3-pgs--------2sPronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-pgs--------2pPronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-pgs--------3Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third1
Pd3-pgs--------3sPronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-pgs--------3pPronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-pgp--------1Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first1
Pd3-pgp--------1sPronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-pgp--------1pPronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-pgp--------2Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second1
Pd3-pgp--------2sPronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-pgp--------2pPronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-pgp--------3Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third1
Pd3-pgp--------3sPronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-pgp--------3pPronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-pdPronoun Type=demonstrative Person=third Number=plural Case=dative3olyanoknak/olyan, ezeknek/ez, azoknak/az
Pd3-pd----------sPronoun Type=demonstrative Person=third Number=plural Case=dative Owned_Number=singular1
Pd3-pd----------pPronoun Type=demonstrative Person=third Number=plural Case=dative Owned_Number=plural1
Pd3-pds--------1Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first1
Pd3-pds--------1sPronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-pds--------1pPronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-pds--------2Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second1
Pd3-pds--------2sPronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-pds--------2pPronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-pds--------3Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third1
Pd3-pds--------3sPronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-pds--------3pPronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-pdp--------1Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first1
Pd3-pdp--------1sPronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-pdp--------1pPronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-pdp--------2Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second1
Pd3-pdp--------2sPronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-pdp--------2pPronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-pdp--------3Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third1
Pd3-pdp--------3sPronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-pdp--------3pPronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-paPronoun Type=demonstrative Person=third Number=plural Case=accusative5ugyanazokat/ugyanaz, olyanokat/olyan, ilyeneket/ilyen, ezeket/ez, azokat/az
Pd3-pa----------sPronoun Type=demonstrative Person=third Number=plural Case=accusative Owned_Number=singular1
Pd3-pa----------pPronoun Type=demonstrative Person=third Number=plural Case=accusative Owned_Number=plural1
Pd3-pas--------1Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first1
Pd3-pas--------1sPronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-pas--------1pPronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-pas--------2Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second1
Pd3-pas--------2sPronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-pas--------2pPronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-pas--------3Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third1
Pd3-pas--------3sPronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-pas--------3pPronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-pap--------1Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first1
Pd3-pap--------1sPronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-pap--------1pPronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-pap--------2Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second1
Pd3-pap--------2sPronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-pap--------2pPronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-pap--------3Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third1
Pd3-pap--------3sPronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-pap--------3pPronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-piPronoun Type=demonstrative Person=third Number=plural Case=instrumental4ugyanazokkal/ugyanaz, ilyenekkel/ilyen, ezekkel/ez, azokkal/az
Pd3-pi----------sPronoun Type=demonstrative Person=third Number=plural Case=instrumental Owned_Number=singular1
Pd3-pi----------pPronoun Type=demonstrative Person=third Number=plural Case=instrumental Owned_Number=plural1
Pd3-pis--------1Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first1
Pd3-pis--------1sPronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-pis--------1pPronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-pis--------2Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second1
Pd3-pis--------2sPronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-pis--------2pPronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-pis--------3Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third1
Pd3-pis--------3sPronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-pis--------3pPronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-pip--------1Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first1
Pd3-pip--------1sPronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-pip--------1pPronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-pip--------2Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second1
Pd3-pip--------2sPronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-pip--------2pPronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-pip--------3Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third1
Pd3-pip--------3sPronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-pip--------3pPronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-pxPronoun Type=demonstrative Person=third Number=plural Case=illative1
Pd3-px----------sPronoun Type=demonstrative Person=third Number=plural Case=illative Owned_Number=singular1
Pd3-px----------pPronoun Type=demonstrative Person=third Number=plural Case=illative Owned_Number=plural1
Pd3-pxs--------1Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first1
Pd3-pxs--------1sPronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-pxs--------1pPronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-pxs--------2Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second1
Pd3-pxs--------2sPronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-pxs--------2pPronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-pxs--------3Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third1
Pd3-pxs--------3sPronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-pxs--------3pPronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-pxp--------1Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first1
Pd3-pxp--------1sPronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-pxp--------1pPronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-pxp--------2Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second1
Pd3-pxp--------2sPronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-pxp--------2pPronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-pxp--------3Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third1
Pd3-pxp--------3sPronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-pxp--------3pPronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-p2Pronoun Type=demonstrative Person=third Number=plural Case=inessive2ezekben/ez, azokban/az
Pd3-p2----------sPronoun Type=demonstrative Person=third Number=plural Case=inessive Owned_Number=singular1
Pd3-p2----------pPronoun Type=demonstrative Person=third Number=plural Case=inessive Owned_Number=plural1
Pd3-p2s--------1Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first1
Pd3-p2s--------1sPronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-p2s--------1pPronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-p2s--------2Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second1
Pd3-p2s--------2sPronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-p2s--------2pPronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-p2s--------3Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third1
Pd3-p2s--------3sPronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-p2s--------3pPronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-p2p--------1Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first1
Pd3-p2p--------1sPronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-p2p--------1pPronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-p2p--------2Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second1
Pd3-p2p--------2sPronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-p2p--------2pPronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-p2p--------3Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third1
Pd3-p2p--------3sPronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-p2p--------3pPronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-pePronoun Type=demonstrative Person=third Number=plural Case=elative3ugyanazokból/ugyanaz, ezekből/ez, azokból/az
Pd3-pe----------sPronoun Type=demonstrative Person=third Number=plural Case=elative Owned_Number=singular1
Pd3-pe----------pPronoun Type=demonstrative Person=third Number=plural Case=elative Owned_Number=plural1
Pd3-pes--------1Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first1
Pd3-pes--------1sPronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-pes--------1pPronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-pes--------2Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second1
Pd3-pes--------2sPronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-pes--------2pPronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-pes--------3Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third1
Pd3-pes--------3sPronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-pes--------3pPronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-pep--------1Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first1
Pd3-pep--------1sPronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-pep--------1pPronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-pep--------2Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second1
Pd3-pep--------2sPronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-pep--------2pPronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-pep--------3Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third1
Pd3-pep--------3sPronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-pep--------3pPronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-ptPronoun Type=demonstrative Person=third Number=plural Case=allative1ezekhez/ez
Pd3-pt----------sPronoun Type=demonstrative Person=third Number=plural Case=allative Owned_Number=singular1
Pd3-pt----------pPronoun Type=demonstrative Person=third Number=plural Case=allative Owned_Number=plural1
Pd3-pts--------1Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first1
Pd3-pts--------1sPronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-pts--------1pPronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-pts--------2Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second1
Pd3-pts--------2sPronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-pts--------2pPronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-pts--------3Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third1
Pd3-pts--------3sPronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-pts--------3pPronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-ptp--------1Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first1
Pd3-ptp--------1sPronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-ptp--------1pPronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-ptp--------2Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second1
Pd3-ptp--------2sPronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-ptp--------2pPronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-ptp--------3Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third1
Pd3-ptp--------3sPronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-ptp--------3pPronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-p3Pronoun Type=demonstrative Person=third Number=plural Case=adessive1azoknál/az
Pd3-p3----------sPronoun Type=demonstrative Person=third Number=plural Case=adessive Owned_Number=singular1
Pd3-p3----------pPronoun Type=demonstrative Person=third Number=plural Case=adessive Owned_Number=plural1
Pd3-p3s--------1Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first1
Pd3-p3s--------1sPronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-p3s--------1pPronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-p3s--------2Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second1
Pd3-p3s--------2sPronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-p3s--------2pPronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-p3s--------3Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third1
Pd3-p3s--------3sPronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-p3s--------3pPronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-p3p--------1Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first1
Pd3-p3p--------1sPronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-p3p--------1pPronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-p3p--------2Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second1
Pd3-p3p--------2sPronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-p3p--------2pPronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-p3p--------3Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third1
Pd3-p3p--------3sPronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-p3p--------3pPronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-pbPronoun Type=demonstrative Person=third Number=plural Case=ablative2ezektől/ez, azoktól/az
Pd3-pb----------sPronoun Type=demonstrative Person=third Number=plural Case=ablative Owned_Number=singular1
Pd3-pb----------pPronoun Type=demonstrative Person=third Number=plural Case=ablative Owned_Number=plural1
Pd3-pbs--------1Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first1
Pd3-pbs--------1sPronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-pbs--------1pPronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-pbs--------2Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second1
Pd3-pbs--------2sPronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-pbs--------2pPronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-pbs--------3Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third1
Pd3-pbs--------3sPronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-pbs--------3pPronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-pbp--------1Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first1
Pd3-pbp--------1sPronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-pbp--------1pPronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-pbp--------2Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second1
Pd3-pbp--------2sPronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-pbp--------2pPronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-pbp--------3Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third1
Pd3-pbp--------3sPronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-pbp--------3pPronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-p9Pronoun Type=demonstrative Person=third Number=plural Case=terminative1
Pd3-p9----------sPronoun Type=demonstrative Person=third Number=plural Case=terminative Owned_Number=singular1
Pd3-p9----------pPronoun Type=demonstrative Person=third Number=plural Case=terminative Owned_Number=plural1
Pd3-p9s--------1Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first1
Pd3-p9s--------1sPronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-p9s--------1pPronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-p9s--------2Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second1
Pd3-p9s--------2sPronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-p9s--------2pPronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-p9s--------3Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third1
Pd3-p9s--------3sPronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-p9s--------3pPronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-p9p--------1Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first1
Pd3-p9p--------1sPronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-p9p--------1pPronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-p9p--------2Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second1
Pd3-p9p--------2sPronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-p9p--------2pPronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-p9p--------3Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third1
Pd3-p9p--------3sPronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-p9p--------3pPronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-pwPronoun Type=demonstrative Person=third Number=plural Case=essive1
Pd3-pw----------sPronoun Type=demonstrative Person=third Number=plural Case=essive Owned_Number=singular1
Pd3-pw----------pPronoun Type=demonstrative Person=third Number=plural Case=essive Owned_Number=plural1
Pd3-pws--------1Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first1
Pd3-pws--------1sPronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-pws--------1pPronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-pws--------2Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second1
Pd3-pws--------2sPronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-pws--------2pPronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-pws--------3Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third1
Pd3-pws--------3sPronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-pws--------3pPronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-pwp--------1Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first1
Pd3-pwp--------1sPronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-pwp--------1pPronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-pwp--------2Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second1
Pd3-pwp--------2sPronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-pwp--------2pPronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-pwp--------3Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third1
Pd3-pwp--------3sPronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-pwp--------3pPronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-pmPronoun Type=demonstrative Person=third Number=plural Case=temporalis1
Pd3-pm----------sPronoun Type=demonstrative Person=third Number=plural Case=temporalis Owned_Number=singular1
Pd3-pm----------pPronoun Type=demonstrative Person=third Number=plural Case=temporalis Owned_Number=plural1
Pd3-pms--------1Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first1
Pd3-pms--------1sPronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-pms--------1pPronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-pms--------2Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second1
Pd3-pms--------2sPronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-pms--------2pPronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-pms--------3Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third1
Pd3-pms--------3sPronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-pms--------3pPronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-pmp--------1Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first1
Pd3-pmp--------1sPronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-pmp--------1pPronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-pmp--------2Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second1
Pd3-pmp--------2sPronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-pmp--------2pPronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-pmp--------3Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third1
Pd3-pmp--------3sPronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-pmp--------3pPronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-pcPronoun Type=demonstrative Person=third Number=plural Case=causalis1
Pd3-pc----------sPronoun Type=demonstrative Person=third Number=plural Case=causalis Owned_Number=singular1
Pd3-pc----------pPronoun Type=demonstrative Person=third Number=plural Case=causalis Owned_Number=plural1
Pd3-pcs--------1Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first1
Pd3-pcs--------1sPronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-pcs--------1pPronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-pcs--------2Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second1
Pd3-pcs--------2sPronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-pcs--------2pPronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-pcs--------3Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third1
Pd3-pcs--------3sPronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-pcs--------3pPronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-pcp--------1Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first1
Pd3-pcp--------1sPronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-pcp--------1pPronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-pcp--------2Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second1
Pd3-pcp--------2sPronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-pcp--------2pPronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-pcp--------3Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third1
Pd3-pcp--------3sPronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-pcp--------3pPronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-psPronoun Type=demonstrative Person=third Number=plural Case=sublative3ilyenekre/ilyen, ezekre/ez, azokra/az
Pd3-ps----------sPronoun Type=demonstrative Person=third Number=plural Case=sublative Owned_Number=singular1
Pd3-ps----------pPronoun Type=demonstrative Person=third Number=plural Case=sublative Owned_Number=plural1
Pd3-pss--------1Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first1
Pd3-pss--------1sPronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-pss--------1pPronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-pss--------2Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second1
Pd3-pss--------2sPronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-pss--------2pPronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-pss--------3Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third1
Pd3-pss--------3sPronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-pss--------3pPronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-psp--------1Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first1
Pd3-psp--------1sPronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-psp--------1pPronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-psp--------2Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second1
Pd3-psp--------2sPronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-psp--------2pPronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-psp--------3Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third1
Pd3-psp--------3sPronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-psp--------3pPronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-phPronoun Type=demonstrative Person=third Number=plural Case=delative2ezekről/ez, azokról/az
Pd3-ph----------sPronoun Type=demonstrative Person=third Number=plural Case=delative Owned_Number=singular1
Pd3-ph----------pPronoun Type=demonstrative Person=third Number=plural Case=delative Owned_Number=plural1
Pd3-phs--------1Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first1
Pd3-phs--------1sPronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-phs--------1pPronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-phs--------2Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second1
Pd3-phs--------2sPronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-phs--------2pPronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-phs--------3Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third1
Pd3-phs--------3sPronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-phs--------3pPronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-php--------1Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first1
Pd3-php--------1sPronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-php--------1pPronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-php--------2Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second1
Pd3-php--------2sPronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular1
Pd3-php--------2pPronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural1
Pd3-php--------3Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third1
Pd3-php--------3sPronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular1
Pd3-php--------3pPronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural1
Pd3-pqPronoun Type=demonstrative Person=third Number=plural Case=sociative1
Pd3-pq----------sPronoun Type=demonstrative Person=third Number=plural Case=sociative Owned_Number=singular1
Pd3-pq----------pPronoun Type=demonstrative Person=third Number=plural Case=sociative Owned_Number=plural1
Pd3-pqs--------1Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first1
Pd3-pqs--------1sPronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular1
Pd3-pqs--------1pPronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural1
Pd3-pqs--------2Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second1
Pd3-pqs--------2sPronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular1
Pd3-pqs--------2pPronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural1
Pd3-pqs--------3Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third1
Pd3-pqs--------3sPronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular1
Pd3-pqs--------3pPronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural1
Pd3-pqp--------1Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first1
Pd3-pqp--------1sPronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular1
Pd3-pqp--------1pPronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural1
Pd3-pqp--------2Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second1
Pd3-