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 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 Natural Language ProcessingProgrammingProlog Automatically Converting Active Voice to Passive Voice and Vice Versa admin February 16, 2020 The iLexicon system can handle active/passive voice conversion of fairly complex English sentences. I gave examples of the underlying verb
Tags Natural Language ProcessingProlog Verb Conjugations in Passive Voice admin February 2, 2020 In my earlier article, I showed how the iLexicon system can generate verb conjugations based on <Verb, Tense, Person, Number>
Tags ProgrammingProlog Distributed Computing with Linda admin December 22, 2019 Linda, originally proposed by Nicholas Carriero and David Gelernter, is a model of process communication using a small set of
Tags Natural Language ProcessingProgrammingProlog Using Definite Clause Grammars (DCG) for Information Extraction admin December 8, 2019 In the previous article, I showed how we can use ATNs for extracting key information from natural language text. I
Tags ProgrammingProlog 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 Natural Language ProcessingProgrammingProlog Conjugating Phrasal Verbs admin October 13, 2019 In the last article, I showed how to generate verb conjugations in the “iLexicon” system. Today, let us see how
Tags Natural Language ProcessingProgrammingProlog 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