Tags iLangGen Template-based Text Generation – Part 2 admin October 11, 2020 In my previous article, I showed how “iLangGen” framework facilitates text generation using templates. I talked about the various “patterns”
Tags iLangGen Template-Based Text Generation admin September 28, 2020 I had written earlier about natural language generation using my iLangGen framework. I used a “template” text file which was instantiated
Tags Definite Clause Grammars Generating Poetry in Prolog admin August 4, 2019 In an earlier article, I showed how we can generate poetry (with limitations, of course!) using my iLangGen framework. That
Tags iLangGen Generating Poetry Using iLangGen admin January 27, 2019 In an earlier article, I wrote about using iLangGen to generate natural language text. iLangGen is a powerful text generation
Tags iLangGen Generating Poetry Using RiTa admin December 16, 2018 A few days ago, I came across a nice library called RiTa, which is described as a software toolkit for
Tags iLangGen Natural Language Generation admin April 8, 2018 I had written a series of posts on my iLangGen framework last year. It aims to provide a flexible and
Tags iLangGen 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 iLangGen 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 Grammar 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 iLangGen 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