-- you have earned Featured Contributor Badge Your exceptional post has been selected for our editorial column Staff Picks http://wolfr.am/StaffPicks and Your Profile is now distinguished by a Featured Contributor Badge and is displayed on the Featured Contributor Board. Thank you!
You can use Wolfram's extensive capabilities for interpreting natural-language strings as standardized representations of specific real-world entities. Read this to help.
Hello Rohit,
many thanks for these interesting links - maybe I have to explore this field more deeply.
BTW: Do you know "ImageRandomlyColored"?
"ImageRandomlyColored"
Entity["PopularCurve", "NelsonMandelaCurve"][EntityProperty["PopularCurve", "ImageRandomlyColored"]]
Hi Farai,
Nice work!
Inspired by your examples
nelsonMandela = Entity["PopularCurve", "NelsonMandelaCurve"]["Graphics"]; flagColors = Most@Sort@DominantColors@Entity["Country", "SouthAfrica"]["Flag"]; SeedRandom[19180718]; (* Date of birth *) nelsonMandela /. RGBColor[___] :> RandomChoice@flagColors /. Axes -> False
Thanks, Rohit. I like the SA flag coloring of the Mandela curve - much appreciated.