Denial

Home

❯

programming

❯

Parsing English in 500 Lines of Python

Parsing English in 500 Lines of Python

Jun 06, 20241 min read

  • Source: https://explosion.ai/blog/parsing-english-in-python
  • Author: Matthew Honnibal
  • Related: Tecnologie del Linguaggio Naturale, 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 than string-to-meaning mapping

Graph View

Backlinks

  • Italian Projective Dependency Parser
  • INDEX
  • Base

Created with Quartz v5.0.0 © 2026

  • GitHub
  • Discord Community