Tags LISPNatural Language ProcessingProgramming Using Function Calls in the Grammar admin October 14, 2017 One of the advanced features of iLangGen is the ability to embed arbitrary function calls on the RHS of grammar
Tags LISPNatural Language ProcessingProgramming Reuse of Grammars Through Inheritance admin September 13, 2017 We are familiar with the advantages of class inheritance in object-oriented languages such as C++, C#, Java, and Python. The
Tags LISPNatural Language ProcessingProgramming Repetition in Grammar Rules admin August 18, 2017 Many times, we need to repeatedly generate an element, or in general, have a way to control the number times
Tags LISPNatural Language ProcessingProgramming Text Generation Using iLangGen Framework admin August 6, 2017 The two primary areas in Natural Language processing are Natural Language Understanding and Natural Language Generation. The former is concerned
Tags LISPProgrammingPython CLPython: Python in Common Lisp – Part 2 admin July 22, 2017 We looked at the basic features of CLPython in our last blog. In today’s post let us look at the support
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