Tags Automatic Text Simplification Book Review – Automatic Text Simplification admin January 2, 2020 Title: Automatic Text Simplification Author: Horacio Saggino Publisher: Morgan & Claypool Publishers Year: 2017 Automatic Text Simplification is an active
Tags Distributed Computing 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 DCG 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 ATN 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 .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.
Book Review – Just You Think… admin October 27, 2019 Title: Just You Think… – The Top Remedies for Various Disease Conditions (Volume 1) Author: Dr.Sunirmal Sarkar Publisher: Homeopathic Medical
Tags Conjugation 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 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 iLexicon Exploring Word Patterns admin September 15, 2019 Working with word patterns can be an exciting (and challenging) creative activity. Such patterns come into picture while playing word
Tags iLexicon Poetry in Prolog: Part-2 admin September 1, 2019 In an earlier post, I showed how Prolog can be used to generate poetry, making use of my “iLexicon”. I