Published on

Understanding English - In 600 lines of Scala

Presentation
Authors

Over the summer, I put together a Part-of-Speech and Dependency Parser unspired by the following two blog posts :

My version includes a copy of the original BSD Python code) for reference, but the goal was to implement the same (minimalist) approach in Scala.

For various other reasons, the project scope expanded slightly to include a ZeroMQ-based server component, so that the Dependency Parser could be used as a micro-service.

I recently gave a presentation about this project to the Singapore Scala MeetUp Group.

Presentation Screenshot

If there are any questions about the presentation, please ask below, or via the MeetUp group.

Presentation Content Example