Tags Book ReviewC++Programming Book Review: Functional Programming in C++ admin December 2, 2018 Title: Functional Programming in C++: How to improve your C++ programs using functional techniques Author: Ivan Cukic Publisher: Manning Publications
Tags AcupunctureFlora-2Knowledge RepresentationProgramming 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-2Knowledge RepresentationProgramming 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-2HomeopathyKnowledge RepresentationLISPNatural Language ProcessingProgramming 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 Flora-2HomeopathyKnowledge RepresentationProgramming 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++Programming 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 LISPNatural Language ProcessingProgramming 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 Natural Language ProcessingProgrammingPython 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 LISPProgramming 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 Natural Language ProcessingProgrammingProlog 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