Charpentier

Charpentier (pronounced [ʃaʁ.pɑ̃.tje]) is the French word for "carpenter", and it is also a French surname; a variant spelling is Carpentier. In English, the equivalent word and name is "Carpenter"; in German, "Zimmermann".

Charpentier
Pronunciationshar PAHN' t'yay
Origin
Meaningworker or fixer of wood, builder of wood
Other names
Variant form(s)Carpenter, Zimmermann, Zimmerman, Carpentier, Zimerman

The origin of the name dates to 900-1000, when the Old French "Charpentier" derived from the Late Latin carpentarius artifex ("carpenter" or "wainwright"), equivalent to Latin carpent(um), meaning "two-wheeled carriage" (perhaps ultimately derived from Celtic -- consider Old Irish carpad, "chariot"), suffixed with arius ("-ary"); see ER2.[1]

Persons with the surname

Visual arts

Composers & musicians

Politicians

  • Victor-Therese Charpentier (1732–1776), French governor-general of Saint-Domingue

Scientists

Soldiers

Writers

Athletes

  • Sébastien Charpentier (born 1973), French motorcycle racer
  • Sébastien Charpentier (born 1977), Canadian ice hockey player

Other

gollark: It's kind of obsoleted by NVMe disks now.
gollark: Does it print `done!` at least?
gollark: I think the issue is that your `bot` is separate from the `client` and never actually started up.
gollark: ·Oh, `bot.run`, right.
gollark: ```pythonfrom transformers import GPT2LMHeadModel, GPT2Tokenizerimport discord.extfrom discord.ext import commandsTOKEN = 'NOT TELLING YOU'bot = commands.Bot(command_prefix='$')@bot.eventasync def on_ready(): print("done!")@bot.command()async def test(ctx, arg): inputs = arg # initialize tokenizer and model from pretrained GPT2 model tokenizer = GPT2Tokenizer.from_pretrained('gpt2') model = GPT2LMHeadModel.from_pretrained('gpt2') outputs = model.generate( inputs, max_length=200, do_sample=True, temperature=1, top_k=50 ) response = (tokenizer.decode(outputs[0], skip_special_tokens=True)) await ctx.send(response)client.run(TOKEN)```

See also

  • Charpentier River in Northern Quebec, Canada
  • All pages with titles beginning with Charpentier
  • All pages with titles containing Charpentier

References

  1. Combined from several sources including: "Webster's New Universal Unabridged Dictionary" 1996 by Barnes & Noble Books and "Concise Oxford Dictionary - 10th Edition by Oxford University Press.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.