Jaan Tätte

Jaan Tätte (born March 24, 1964 in Viljandi) is an Estonian playwright, poet, actor, and singer.

Biography

From 1982 to 1984 Tätte studied biology at the University of Tartu. From 1985 to 1986 he attended a graduate program at the Educational Institute Tallinn (now the University of Tallinn) and attended the drama studies program from 1986 to 1990. Since 1990 he has been an ensemble member of the Tallinn City Theatre.[1] Since 2003 he has worked as a playwright at the same theater. He has also been involved in films.

Towards the end of the 1990s, he began to write plays that would make him well-known beyond the borders of Estonia. His first piece "Ristumine peateega" (Bungee Jumping) was a great success. In 2000 "Sild" (The Bridge), followed in 2001. In 2005, he wrote "Palju õnne argipäevaks!"(Fasten Seat Belts or Good Luck to Everyday Life) and "Meeletu". "Kaev" was premiered in June 2006 in Tallinn.

Since 2004 he has also appeared as a singer with Marko Matvere; they have released two CDs together. He is married and has two children.

Filmography

Awards

  • 1996 Scholarship from Estonian Cultural Capital
  • 1997 Second prize of the comedy competition of the Estonian Theater Agency
  • 1997 Cultural prize "Big Car" for the best lyrics
  • 1999 Cultural Prize "Big Car" for the best drama
  • 2001 Second prize of the comedy competition of the Estonian Theater Agency
  • 2002 Annual prize of the Estonian Theater Agency
  • 2002 Literature Prize of the Baltic Assembly
  • 2004 Order of the White Star V. Class
  • 2010 Annual prize of Estonian music
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!
gollark: This is totally a rapA rap is what it is chap

References

  1. Eesti kirjanike leksikon. Koostanud Oskar Kruus & Heino Puhvel. Tallinn: Eesti Raamat 2000, p. 623.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.