Tags iLangGen Generating Poetry Using RiTa admin December 16, 2018 A few days ago, I came across a nice library called RiTa, which is described as a software toolkit for
Parsing Text with MeaningCloud’s Text Analytics API admin December 9, 2018 There is wide-spread interest in Natural Language Processing (NLP) today, and there are several API services available to cater to
Tags C++ 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 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