Tags LISPPython CLPython – Python in Common Lisp admin July 7, 2017 My work in the area of NLP requires me to work with several frameworks across multiple languages such as Java, Python
Tags LISPNatural Language ProcessingProgramming Definite Clause Grammars in Lisp – Part 3 admin June 23, 2017 In today’s post, let us see how we can enhance the grammar representation discussed so far to include both Number
Tags LISPNatural Language ProcessingProgramming Definite Clause Grammars in Lisp – Part 2 admin June 4, 2017 In the last post, I showed how we can implement DCGs in LispWorks using the KnowledgeWorks package. The grammar discussed
Tags LISPNatural Language ProcessingProgramming Definite Clause Grammars (DCG) in Lisp admin May 22, 2017 Definite Clause Grammars (DCG) are an elegant formalism for specifying context free grammars, and part of their popularity is due
Tags LISPProgramming Accessing Dictionary API Using Lisp admin May 7, 2017 A few days ago when I was searching for good online dictionaries, I stumbled upon Oxford Dictionary API for developers.
Tags LISPProgramming Accessing Azure Tables in Lisp admin April 23, 2017 In the previous post, we saw how to use cl-azure to access Azure storage, in particular, BLOBs. Today we will experiment
Tags LISPProgramming Accessing Azure BLOBs in Lisp admin April 8, 2017 Recently I was looking for a Common Lisp library for accessing Azure services. Azure has official SDKs in many languages,
Tags LISPMusicProgramming Pattern Matching with Optima Lisp Library – Part 3 admin June 29, 2016 In the previous two posts on this topic, I explained some of the basic pattern matching facilities of Optima library. There
Tags LISPProgramming Pattern Matching with Optima Lisp Library – Part 2 admin June 17, 2016 Let us continue where we left off last time. List Patterns If the incoming argument is a list, then we
Tags LISPProgramming Pattern Matching with Optima Lisp Library admin June 9, 2016 In the previous two posts, we looked at external tools and libraries that can be used along with Opusmodus for