Tags Berkeley DB Using Sicstus Prolog with LMDB admin October 3, 2021 In an earlier article, I showed how Sicstus Prolog allows us to use Berkeley DB for storage and retrieval of
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 .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 .NET Calling C# Methods from Sicstus Prolog through COM Interface admin November 10, 2019 Recently I needed to make use of a C# library (which I had implemented a few years ago) from Sicstus Prolog.
Tags iLexicon Generating Verb Conjugations admin September 29, 2019 We have been taught in school that English language has different “tense” forms. To help you quickly recollect, I am
Tags Berkeley DB Using Berkeley DB with Sicstus Prolog admin August 18, 2019 One of the nice features of Sicstus Prolog is the support for storing Terms externally in a Berkeley DB database. Since we can
Tags Sicstus Prolog Sicstus Prolog – Building a Windows Executable admin August 19, 2018 In my previous post, I showed how to build a C-based Windows DLL to execute Prolog predicates in the Sicstus