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 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
Tags Common Lisp 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