Using copilot to create toml reader class

Still learning about these generative AI tools. My assessment is that it is a Hugh leap in Natural Language Processing.  And for programming, might enable us to weave generated pieces into a coherent product faster.  It will also allow program creation that might not otherwise happen. Here is a prompt that I gave Bing copilot – no thrills With the […]

ChatGPT prompt for in depth language learning – Chinese/Mandarin

Here is sample of a prompt that gave results that impressed me. Prompt:  can you define 漫长 in English and give possible meaning by likely occurrence in Chinese text. The term “漫长” (màncháng) in Chinese can be defined in English as “lengthy,” “protracted,” or “prolonged.” It describes something that is enduring or lasting for a long time. Here are some […]

How to display Chinese characters in Matplotlib with Windows/Jupyter

I asked ChatGPT to generate a sample list of Tang Dynasty Poets from the book of 300 poems. It gave me this – it had some duplicates and one Song Dynasty poet in it. import pandas as pd data = [ {“English Name”: “Li Bai”, “Chinese Name”: “李白”, “Dates”: “701-762”}, {“English Name”: “Du Fu”, “Chinese Name”: “杜甫”, “Dates”: “712-770”}, {“English […]