clarin-eric / ParlaMint

ParlaMint: Comparable Parliamentary Corpora
https://clarin-eric.github.io/ParlaMint/
50 stars 53 forks source link

AT: personal names decomposition #580

Closed matyaskopp closed 1 year ago

matyaskopp commented 1 year ago

https://github.com/clarin-eric/ParlaMint/blob/5deaeed5ae792f3ba1726072298885b5b64a6d64/Data/ParlaMint-AT/ParlaMint-AT-listPerson.xml#L76 can be encoded this way:

<persName to="2000-09-27">
  <surname>Aumayr</surname>
  <forename>Anna</forename>
  <forename>Elisabeth</forename>
</persName>
hpreki commented 1 year ago

@matyaskopp : I suppose the same holds true for <surname>s as well?

i.e. "Liliane Maury Pasquier" ( https://www.wikidata.org/wiki/Q116648 ) should become:

 <persName>
  <surname>Maury</surname>
  <surname>Pasquier</surname>
  <forename>Liliane</forename>
</persName>

right?

matyaskopp commented 1 year ago

@matyaskopp : I suppose the same holds true for <surname>s as well?

i.e. "Liliane Maury Pasquier" ( https://www.wikidata.org/wiki/Q116648 ) should become:

<persName>
 <surname>Maury</surname>
 <surname>Pasquier</surname>
 <forename>Liliane</forename>
</persName>

right?

yes

hpreki commented 1 year ago

@matyaskopp you probably can close this isssue now