Tags LISPNatural Language ProcessingProgramming Dependency Graph to RDF – Part 2 admin September 30, 2018 In the last post, I outlined an approach to convert a dependency graph (the result of dependency parsing) to RDF.
Tags Natural Language ProcessingProgrammingPython Dependency Graph to RDF admin September 16, 2018 Dependency parsing is widely used these days, and many NLP tools give a dependency graph as the parsed representation of
Tags LISPProgramming Experimenting with A Lisp-based Monadic Parser Combinator admin September 2, 2018 Recently I came across a nice Lisp-based Monadic Parser Combinator library written by Massung. Unlike the traditional parser generators such as