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 LISPNatural Language ProcessingProgramming 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 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
Tags Natural Language ProcessingProgrammingProlog 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 Natural Language ProcessingProgrammingProlog 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
Tags ProgrammingProlog 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 Natural Language ProcessingProgrammingProlog Generating Poetry in Prolog admin August 4, 2019 In an earlier article, I showed how we can generate poetry (with limitations, of course!) using my iLangGen framework. That
Tags LISPNatural Language ProcessingProgrammingProlog Custom Text Analysis Using TextRazor’s Prolog Engine admin July 21, 2019 This is the third part in the series on information extraction from unstructured text. In the first part, we saw