Tags C++ProgrammingRing Language First Encounter with the Ring Programming Language admin August 7, 2021 The Ring Programming Language, designed by Mahmoud Fayed, has been around since 2016. I came to know of it quite
Tags Natural Language ProcessingProgrammingProlog 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 Natural Language ProcessingProgrammingProlog 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 ProgrammingProlog 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 C++ProgrammingProlog 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 Natural Language ProcessingProgrammingProlog 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 LISPProgramming 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 LISPProgramming 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 Natural Language ProcessingProgrammingProlog 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 LISPProgramming 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.