In other recipe news, some devs @nytimes recently released some __VERY__ interesting code that handles unstructured data from the NYTIMES recipe archives:<p>CRF Ingredient Phrase Tagger
<a href="https://github.com/NYTimes/ingredient-phrase-tagger" rel="nofollow">https://github.com/NYTimes/ingredient-phrase-tagger</a><p>I used to work with a lot of recipe data in multiple languages, so this topic remains close to my heart.<p>This could be an interesting project to add to the trained data.
On Tuesday the Guardian reported that the BBC (fondly aka Auntie) would be archiving their recipes, so I quickly scraped the site and wrote a search engine for it.<p>Not sure how the site will evolve, if at all, but it was a fun side project!<p>Code is here if you want to play: <a href="https://github.com/user24/auntiesrecipes" rel="nofollow">https://github.com/user24/auntiesrecipes</a>