====== Text processing ====== * Mertz: [[http://gnosis.cx/TPiP/|Text Processing in Python]] * Will Lowe: [[http://conjugateprior.org/publications/|Pubs]], [[http://conjugateprior.org/software/ca-in-python/|Content Analysis in Python]], [[http://conjugateprior.org/2013/02/show-me-the-pdf-already/|Show me the PDF]], [[http://conjugateprior.org/software/austin/|Do things with words]], [[https://r-forge.r-project.org/projects/austin/|R]]; [[http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2318543|Paper]] * Neal Caren: [[http://nealcaren.web.unc.edu/an-introduction-to-text-analysis-with-python-part-1/|An introduction to text analysis with Python]]; [[http://nealcaren.github.io/|New site]], [[http://nealcaren.github.io/python-tutorials/|Tutorials]], [[https://github.com/nealcaren/RefCliq|RefCliq]] * [[http://computationallegalstudies.com/tag/python/|Computational Legal Studies]]: [[http://computationallegalstudies.com/?s=python|Programming Dynamic Models in Python]] * Drew Conway: [[https://www.helpkidscode.com/wire/topics/people/drew-conway-zero-intelligence-agents/|List]], [[https://sourcegraph.com/github.com/drewconway/ZIA|ZIA]], [[http://drewconway.com/zia/?p=585|talks]], [[http://blog.revolutionanalytics.com/2010/07/an-analysis-of-the-wikileaks-data-with-r.html|An analysis of the Wikileaks data with R]] * http://letstalkdata.com/2013/06/web-scraping-and-corpus-analysis-with-python-a-seinfeld-case-study/ * [[http://www.predictiveanalyticstoday.com/top-11-free-software-for-text-analysistext-mining-text-analytics/|Top 11 free software for text analysis, text mining, text analytics]] * Sebastian Grauwin: [[http://www.sebastian-grauwin.com/?page_id=427|BiblioTools]] * [[http://thelogcabin.wordpress.com/2010/08/31/using-xml-package-vs-beautifulsoup/|Using XML package vs BeautifulSoup]] * R: [[http://tm.r-forge.r-project.org/|Text mining]] * [[http://www.wordfish.org/|Wordfish]] ===== Word morph or Word ladder ===== * http://interactivepython.org/runestone/static/pythonds/index.html * http://stackoverflow.com/questions/9777089/transform-one-word-into-another-by-changing-inserting-or-deleting-one-characte * http://www.geeksforgeeks.org/dynamic-programming-set-5-edit-distance/ * http://en.wikipedia.org/wiki/Edit_distance * https://www.clear.rice.edu/comp130/12spring/editdist/ * https://www.clear.rice.edu/comp200/12spring/200class.shtml * http://codegolf.stackexchange.com/questions/4754/conversion-to-palindrome-with-minimal-points-used * http://forums.xkcd.com/viewtopic.php?f=3&t=70739 * http://stackoverflow.com/questions/20084833/algorithm-for-transforming-word-cat-into-dog * http://www.techques.com/question/1-11509636/Transforming-one-word-into-another-word-by-changing-only-one-letter-at-a-time * http://w3facility.org/question/transforming-one-word-into-another-word-by-changing-only-one-letter-at-a-time/ * http://www.problemotd.com/problem/word-ladder/ * http://www-01.sil.org/linguistics/wordlists/english/wordlist/wordsEn.txt * http://www-01.sil.org/linguistics/wordlists/english/homophones/homophones103.txt * ftp://ftp.sil.org/pub/data/span-lex.zip * http://www.careercup.com/question?id=3232701 * http://www.kelvinjiang.com/2010/10/doublets-word-puzzle-game.html * http://www.seas.gwu.edu/~drum/cs1112/hw/ex11/ex11.html * https://archive.org/stream/everybodysillust00lemoiala/everybodysillust00lemoiala_djvu.txt * http://www.thinkablepuzzles.com/wordchange/wordchange25.shtml * http://www.thinkablepuzzles.com/wordchange/ * http://www.crpuzzles.com/mw/ * http://www.enchantedlearning.com/wordladder/ * http://www.theatlantic.com/past/docs/unbound/wordgame/wg5162.htm * http://www.amazon.com/Word-Edge-Morphing-Puzzle-Game/dp/B00CHYYHCY * http://books.google.si/books/about/Word_Morph_5.html?id=RxpB8vbCkDEC&redir_esc=y * http://thinks.com/puzzles/doublets.htm * http://en.wikipedia.org/wiki/Word_ladder * http://www.braingle.com/brainteasers/48362/morphing-words.html * http://www.anypuzzle.com/Word%20Pyramid * http://www.cut-the-knot.org/SimpleGames/WordLadders.shtml * http://puzzling.stackexchange.com/questions/2976/word-ladder-puzzle * http://blog.wolfram.com/2012/01/11/the-longest-word-ladder-puzzle-ever/ * http://www2.readersdigest.ca/fungames/ladder3.html * http://www.cs.cmu.edu/~adamchik/15-121/labs/HW-4%20Word%20Ladder/lab.html * http://www.pleacher.com/mp/puzzles/wordmenu.html * http://java.dzone.com/articles/implementing-word-ladder-game-0