From charlesreid1

(Created page with "A brief overview of the Words Words Words project: http://charlesreid1.github.io/wordswordswords/ This application parses ebooks from Project Gutenberg. It compiles a list of...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


This application parses ebooks from Project Gutenberg. It compiles a list of unique words found in a book. It looks up each of those words in an online etymology dictionary, and finds the root language of a word, if available, and stores that. It then renders the text of the ebook, and color-codes each word based on its root language.
This application parses ebooks from Project Gutenberg. It compiles a list of unique words found in a book. It looks up each of those words in an online etymology dictionary, and finds the root language of a word, if available, and stores that. It then renders the text of the ebook, and color-codes each word based on its root language.
[[Category:Web Scraping]]

Latest revision as of 22:37, 3 August 2015

A brief overview of the Words Words Words project: http://charlesreid1.github.io/wordswordswords/

This application parses ebooks from Project Gutenberg. It compiles a list of unique words found in a book. It looks up each of those words in an online etymology dictionary, and finds the root language of a word, if available, and stores that. It then renders the text of the ebook, and color-codes each word based on its root language.