four-d-tesseract / EtymologyMarker

This program looks up the etymologies of words in a text file and color-codes the words according to their origin. It allows a writer to view the register of her writing at a glance.
MIT License
15 stars 2 forks source link

Adding Pie Chart #3

Closed ghost closed 8 years ago

ghost commented 8 years ago

Adding JavaScript Pie Chart.

Continuing updates to code to make it slimmer and more scale-able.

Added Spanish origin words.

Added code for scraping Wikipedia page on Spanish words. Can be easily adapted to scrape the markUp code for any of the similarly formatted wikipedia pages for more languages.

four-d-tesseract commented 8 years ago

Hi, Paracelsus! Personally I'm not a fan of pie charts. Could you give the user the option to hide them? Like prompting the user "Do you want pie charts? Y/N" at the time that they input their text file.

ghost commented 8 years ago

Hey - yep, sure thing. D'you want it to default to just listing the percentages if 'No' is selected?