Tags Acupuncture Flora-2 and Acupuncture admin November 21, 2018 In my previous post I gave examples of modeling homeopathy remedies using Flora-2. Today I want to show an example from
Tags Flora-2 Simulating Possible Worlds in Flora-2 admin November 12, 2018 The idea of encountering different worlds with varying truths is an interesting one. It has deep connections to philosophy and
Tags Flora-2 Modeling Homeopathic Remedy Keynotes in Flora-2 admin November 4, 2018 In my last post, I got started with Flora-2 and showed how we can model homeopathic remedies from a therapeutics
Tags ErgoAI Flora-2: An Expressive Knowledge Representation System admin October 28, 2018 I am always on the lookout for a good Knowledge Representation (KR) system that facilitates modeling and reasoning about real-world
Tags C++17 C++17 – std::apply() and std::invoke() admin October 14, 2018 Calling a function (or function object) dynamically, through a pointer known at runtime, is a common programming scenario. Almost all
Tags AllegroGraph Dependency Graph to RDF – Part 2 admin September 30, 2018 In the last post, I outlined an approach to convert a dependency graph (the result of dependency parsing) to RDF.
Tags Dependency Graph Dependency Graph to RDF admin September 16, 2018 Dependency parsing is widely used these days, and many NLP tools give a dependency graph as the parsed representation of
Tags Monadic Parser Combinator Experimenting with A Lisp-based Monadic Parser Combinator admin September 2, 2018 Recently I came across a nice Lisp-based Monadic Parser Combinator library written by Massung. Unlike the traditional parser generators such as
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
Tags DLL Sicstus Prolog – Building a Windows DLL admin August 5, 2018 Last week I upgraded to the latest version (4.4.1) of Sicstus Prolog for Windows. Since the Prolog engine can be embedded (royalty