Tibbi Rang

Tibbi Rang is a village in the Firozpur district of Punjab, India. It is located in the Zira tehsil.[1]

Tibbi Rang
village
Tibbi Rang
Location in Punjab, India
Tibbi Rang
Tibbi Rang (India)
Coordinates: 31.118904°N 75.0757157°E / 31.118904; 75.0757157
CountryIndia
StatePunjab
DistrictFirozpur
TehsilZira
Elevation
209 m (686 ft)
Population
 (2011)
  Total165
Time zoneUTC+5:30 (IST)
2011 census code34260

Demographics

According to the 2011 census of India, Tibbi Rang has 31 households. The effective literacy rate (i.e. the literacy rate of population excluding children aged 6 and below) is 55.8%.[2]

Demographics (2011 Census)[2]
TotalMaleFemale
Population1659174
Children aged below 6 years27189
Scheduled caste1286959
Scheduled tribe000
Literates774136
Workers (all)674819
Main workers (total)534013
Main workers: Cultivators21192
Main workers: Agricultural labourers281810
Main workers: Household industry workers000
Main workers: Other431
Marginal workers (total)1486
Marginal workers: Cultivators000
Marginal workers: Agricultural labourers1385
Marginal workers: Household industry workers101
Marginal workers: Others000
Non-workers984355
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. "Punjab village directory" (PDF). Government of India. Retrieved 8 October 2015.
  2. "District Census Handbook – Firozpur (incl. Fazilka)". 2011 Census of India. Directorate of Census Operations, Punjab. Retrieved 8 October 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.