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
Tags C++ProgrammingProlog 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
Tags Book ReviewC++Programming Book Review – The Modern C++ Challenge admin July 8, 2018 Title: The Modern C++ Challenge Author: Marius Bancilla Publisher: Packt Publishing Year: May 2018 This week I have been going
Tags GolangLISPProgramming Calling Go Functions from Lisp – Part 2 admin June 24, 2018 In my earlier article Calling Go Functions from Lisp, I explained the steps for making calls to Go functions from