Parsing English in 500 Lines of Python
- Source: https://explosion.ai/blog/parsing-english-in-python
- Author: Matthew Honnibal
- Related: TLN, Python, Artificial Intelligence, NLP
Notes
They ate the pizza with anchovies
- correct parsing links with to pizza
- incorrect parsing links with to eat
- implementation: https://gist.github.com/syllog1sm/10343947
- idea: should be slightly easier to reason from the parse
parse-to-meaning
mapping simpler thanstring-to-meaning
mapping