Tags Definite Clause Grammar Sentence Negation admin July 18, 2021 In the last article, I talked about determining sentence types automatically. Another interesting task is to generate the “negation” of
Tags Definte Clause Grammar Identifying Sentence Types Automatically admin July 4, 2021 Sentences in English can be classified into the following common types: – Simple sentence (“I am drinking coffee”) – Compound
Tags Game Snake and Ladder Game in Prolog admin June 19, 2021 Snake and Ladder is a popular game that originated in India and later spread to other parts of the world. Even
Tags DLL Getting to Know Visual Prolog 10 admin June 6, 2021 Visual Prolog has its roots in Turbo Prolog, which was popularized by Borland in the mid 1980s. It is developed and
Tags Definite Clause Grammar The Structure of WH-Questions admin May 23, 2021 WH-Questions are questions that begin with the following words: – Who (“Who came here yesterday?”) – What (“What is the
Tags Common Lisp Eager Future2 Common Lisp Library admin May 9, 2021 Eager Future2 is a Common Lisp library that facilitates parallel computation. It is based on the idea of a “future”
Tags Fibonacci lparallel: A Parallel Programming Library admin April 26, 2021 You may recall that in the last article I had reviewed the book “Algorithms in Lisp” by Vsevolod Domkin. There was
Tags Algorithms Book Review: Programming Algorithms in Lisp admin April 12, 2021 Title: Programming Algorithms in Lisp: Writing Efficient Programs with Examples in ANSI Common Lisp Author: Vsevolod Domkin Publisher: Apress Year:
Tags .NET Implementing iLexicon using LiteDB admin March 28, 2021 iLexicon is an “intelligent” dictionary that can be used to build Natural Language applications. I have two implementations, one in
Tags Automation Calling C# Methods from LispWorks Lisp – Part 2 admin March 14, 2021 In the last article, I showed how we can invoke C# methods from LispWorks Enterprise Edition, through the COM/Automation interface.