Tags LISPNatural Language ProcessingProgramming Kangaroo Words admin March 11, 2018 According to Wikipedia, “A kangaroo word is a word that contains letters of another word, in order, with the same
Tags LISPNatural Language ProcessingProgramming Sentiments and Emotions in iLexicon admin February 25, 2018 Detecting sentiments and emotions in a piece of text are frequently performed activities in Text analysis. There are some API
Tags LISPNatural Language ProcessingProgramming Onomatopoeia, Palindrome and Semordnilap admin February 11, 2018 I had earlier briefly talked about the Ilexicon project that I have been working on for some time now. The goal
Tags LISPNatural Language ProcessingProgramming Rhyming Words and Other Interesting Stuff admin January 27, 2018 If you are into writing poems, stories or essays, or you just have a fascination for words, I encourage you
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 Processing Composition of Grammars admin September 27, 2017 In the last post, we saw how iLangGen text generation framework supports reuse of grammars through inheritance, akin to object-oriented
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