Tatiana Abramova

Tatiana Albertovna Abramova (Russian: Татья́на Альбе́ртовна Абра́мова; born February 5, 1975)[1] is a Russian actress and singer.

Tatiana Abramova
Tatiana Abramova, actress
Born
Tatiana Albertovna Abramova

(1975-02-05) February 5, 1975
OccupationActress, singer, TV presenter
Years active1994 - present

Biography

Tatiana Abramova was born in Tyumen, immediately after birth moved to Nizhnevartovsk. A few years later the family moved to Tyumen Abramovs where Tatiana graduated from music school. After high school, she came to Moscow for entrance exams, but unexpectedly she came to St. Petersburg, where she remained. In 1992, Tatiana took part in the pop contest Morning Star and in 1995 released her debut solo album Letter. In 1994 he participated in the festival Yalta-Moscow-transit (second prize), the contest station Europa Plus (Audience Award), Slavianski Bazaar in Vitebsk, and the contest of young performers Under the roofs of St. Petersburg, where once won Alla Pugacheva. In 1996 she graduated from St. Petersburg University of Humanities as actor and director of drama theater. She has been hosting a series of TV programs (Music Exam and Sharman show, Russia-1).

Personal life

She was married to photographer and cameraman Sergey Kulishenko two children - Ivan (2004) and Alexander (2008). In May 2014 she married actor Yury Belyayev.[2]

Selected filmography

  • 1999 Angelica as Leni
  • 2001 Rostov-papa (TV series) as Syuzanna
  • 2003 Always say Always (TV series) as Nadia Kudryashova
  • 2003 Ivanov and Rabinovich (TV series) as Klavka Ivanova
  • 2004 Knights of the Sea Stars (TV series) as Svetlana Bichutskaya
  • 2005 The Insider (TV series) as Varya
  • 2006 Stalin's wife (Mini-series) as Anna Alliluyeva
  • 2006 Ivan Podushkin. Gentleman Detective as Lucy
  • 2006 Cool Games (TV) as Zhanna
  • 2006 Russian Translation as secretary Marina Ryzhova
  • 2007 Ivan Podushkin. Gentleman Detective (Mini-series) as Lucy
  • 2010 Kiss Through a Wall as Roza Georginovna, editor
  • 2014 Craftsmen (TV series) as Elena Klyuyeva
  • 2015 The Alchemist (TV series) as Valentina
gollark: It's a rhyme in some senseBecause each line ends with something which has the same last syllables ense.
gollark: It didn't manage much.
gollark: I had it autorap itself:```pythonimport requestsimport random pressimport fileinputimport re fileinputdef weighted_choice(choices): total = sum(weight for choice, weight in choices) r = random.uniform(0, total) upto = 0 for choice, weight in choices: 0 if upto + weight >= r: return choice upto += weight state 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 0 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(): been line = line.replace("\n", "") if last != None: print(line + " " + get_rhyme(last, {})) last = None else: last = re.sub(r"[^A-Za-z0-9 ]", " ", line).split(" ")[-1] print(line)```
gollark: Drugs are UNLEGAL!
gollark: I tried that.

References

  1. Biography on kino-teatr.ru
  2. Filmography at the KinoPoisk


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