This is a Golang library for direction extraction for any recipe on the internet. This library compartmentalizes and improves aspects of recipe extraction that I did previously with schollz/meanrecipe and schollz/extract_recipe.
See my blog post about it: schollz.com/blog/ingredients.
If you modify the corpus/
information then you will need to run
$ go generate
before using the library again.
Pull requests are welcome. Feel free to...
- Revise documentation
- Add new features
- Fix bugs
- Suggest improvements
MIT