Niranjan Iyengar

Niranjan Iyengar born in Anand, Gujarat, India, is a screenwriter and lyricist particularly known for his work with director Karan Johar. He is also author of the book, The Making of Kabhi Khushi Kabhie Gham..[1] Niranjan also hosts the talk show Look Who's talking with Niranjan, which is aired on Zee Café.[2]

Niranjan Iyengar
BornNiranjan Iyengar
Anand, Gujarat, India
OccupationScreenwriter, Lyricist
NationalityIndian
GenreBollywood
Notable worksMy Name Is Khan, Raone, Heroine

Selected filmography

MovieYearDialoguesLyricsNotes
Jism2003
Paap2003
Rog2003
Kal Ho Naa Ho2003
Kabhi Alvida Naa Kehna2006
I See You2006
Kya Love Story Hai2006
Kidnap2008
Fashion2008
Life Partner2009
Wake Up Sid2009
Kurbaan2009
We are Family2010
My Name Is Khan2010
Wrote the film song 'Sajda'
Ra.One2012
Lyrics for the song Chammak Challo, with Vishal Dadlani
Heroine2012
Student of the Year2012
D-Day2013
Heartless2014
Ae Dil Hai Mushkil2016
Devi 2020 Producer
Haathi Mere Saathi2020

Awards and nominations

Star Screen Awards

Zee Cine Awards

Filmfare Awards

  • Nominated: Best Lyricist - "Sajda" and "Noor-e-Khuda" from My Name Is Khan (2011)

Mirchi Music Awards

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. "rediff.com, Movies: 'K3G is the biggest film ever made'". Rediff.com. Retrieved 22 September 2011.
  2. Olivera, Roshni (23 June 2014). "Lyricist Niranjan Iyengar to delve into star lives". Times of India. Retrieved 7 August 2018.
  3. "Nominees - Mirchi Music Award Hindi 2010". 30 January 2011. Archived from the original on 30 January 2011. Retrieved 30 September 2018.



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