Tags LISPNatural Language ProcessingProgramming 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 ElixirLISPProgramming Elixir: Wrapping Lisp Calls in a Macro admin August 1, 2020 In the last article, I showed how to make calls to Lisp functions from Elixir. We followed this pattern: 1)
Tags ElixirLISPProgramming Calling Lisp Functions from Elixir admin July 19, 2020 In the last article I showed how we can simulate the idea of Lisp’s “closure” in Elixir. Today, I would like
Tags ElixirLISPProgramming Closure in Lisp vs Elixir admin July 5, 2020 I started learning Elixir a week ago. Although this has been at the top of my To-do list for quite a
Tags LISPNatural Language ProcessingProgramming Using Augmented Transition Networks (ATN) for Information Extraction admin November 23, 2019 After Wood’s paper [1], Augmented Transition Networks (ATN) became popular in the 1970s, for parsing text. An ATN is a generalized
Tags LISPNatural Language ProcessingProgrammingProlog Custom Text Analysis Using TextRazor’s Prolog Engine admin July 21, 2019 This is the third part in the series on information extraction from unstructured text. In the first part, we saw
Tags LISPMathematicaProgramming Currying in Mathematica admin May 19, 2019 One of the more recent additions to the core Wolfram Language is the “Curry” function. It was introduced in Mathematica
Tags LISPMusicProgramming Controlling Reaktor from Opusmodus Using OSC admin March 20, 2019 I am a great fan of Opusmodus software. I have written many articles about it in the past. Owing to my
Tags LISPNatural Language ProcessingProgramming Emotion Detection using ParallelDots API admin February 24, 2019 Last week, I showed how we can use IBM Natural Language Understanding API to identify emotions from given text. Today,
Tags LISPNatural Language ProcessingProgramming 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