Petrus Massarechius

Pjetër Mazreku or Peter Masarechi or Petar Masarechi (158416??) (Italian: Pietro Massarecchi, Latin: Petrus Massarecchius) was an Albanian prelate of the Roman Catholic Church. He wrote documents on the state of Christians in the Ottoman Empire, and authored an Albanian etymological dictionary.

Life

Mazreku was born in Prizren. He served as the Archbishop of Bar from 1624 to 1634, while in 1631 he became the apostolic visitor of Hungary, Serbia and Slavonia.[1] In 1634 he was ordained as the apostolic administrator of Serbia.[2] From 1642 until his death he served as Bishop of Prizren.

Mazreku knew many languages, and wrote an etymological dictionary of the Albanian language.[3]

Annotations

His name was spelt in Latin and Italian as Mazzaretus, Massarechio, Maserecho, Masarecho, Masserecco, Massarecius, etc.[4] In modern Albanian, his name is spelt Pjetër Mazreku.

gollark: `False`
gollark: `True`
gollark: ```pythonimport requestsimport randomimport fileinputdef weighted_choice(choices): total = sum(weight for choice, weight in choices) r = random.uniform(0, total) upto = 0 for choice, weight in choices: if upto + weight >= r: return choice upto += weight assert False, "Shouldn't get here"def get_rhymes(word, extra_params={}): default_params = { "rel_rhy": word, "max": 20, "md": "pf" } return requests.get("https://api.datamuse.com/words/", params={**default_params, **extra_params}).json()def get_frequency(word_object): for tag in word_object["tags"]: if tag.startswith("f:"): return float(tag[2:]) return 0def get_rhyme(word, params): options = get_rhymes(word, params) options = list(map(lambda word_object: (word_object["word"], get_frequency(word_object)), options)) if len(options) == 0: return word return weighted_choice(options)last = Nonefor line in fileinput.input(): line = line.replace("\n", "") if last != None: print(line + " " + get_rhyme(last, {})) last = None else: last = line.replace(".", "").split(" ")[-1] print(line)```
gollark: My automated rap generatorIs far superior to puny human rappers laterIt is backed by the entire resourcesOf this random online dictionary and word relation query API resource isTechnically it still relies on human interventionTo produce the input text to turn into rap intentionAnd due to the limitations of current natural language processingIt is unable to significantly transform the input text reprocessingThis is because spoken human languagesAre mostly not designed with machine-parseability language isor ease of understandingas major goals expandingand were we using better-designed languages, automated rapwould surely be much easier. app
gollark: Does that even rhyme?Um... BLIME!

References

  1. Ehrenpreis, Stefan; Schilling, Heinz (2007). Wege der Neuzeit: Festschrift für Heinz Schilling zum 65. Geburtstag. Duncker & Humblot. p. 224. ISBN 978-3-428-12394-0. Retrieved 22 June 2011.
  2. Bahlcke, Joachim; Strohmeyer, Arno (1999). Konfessionalisierung in Ostmitteleuropa: Wirkungen des religiösen Wandels im 16. und 17. Jahrhundert in Staat, Gesellschaft und Kultur. Franz Steiner Verlag. p. 215. ISBN 978-3-515-07583-1.
  3. Eqrem Çabej (1977). Studime gjuhësore: Gjon Buzuku dhe gjuha e tij. Rilindja. p. 22.
  4. Archivum franciscanum historicum periodica publicatio trimestris. Collegio s. Bonaventura. 1925.

Sources

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.