Tags Anaphora Coreference Resolution Using spaCy admin February 3, 2019 According to Stanford NLP Group, “Coreference resolution is the task of finding all expressions that refer to the same entity
Tags iLangGen Generating Poetry Using iLangGen admin January 27, 2019 In an earlier article, I wrote about using iLangGen to generate natural language text. iLangGen is a powerful text generation
Tags Named Entity Recognition Named Entity Recognition (NER) with OpenNLP admin January 20, 2019 In the earlier two articles, we looked at Sentence Parsing and Chunking as supported in OpenNLP. In today’s article, let us explore
Tags Chunking Chunking in OpenNLP admin January 13, 2019 In my previous post, I showed how to parse sentences using OpenNLP. Another useful feature supported by OpenNLP is “chunking”.
Tags Constituency Parsing Parsing Text with Apache OpenNLP admin January 8, 2019 In my earlier posts I have written about parsing text using spaCy and MeaningCloud’s parsing API. For today’s article, I decided
Tags iLexicon Natural Language Interaction with iLexicon Using LUIS admin December 30, 2018 Some time ago, I had written a series of articles on my iLexicon project. It is a Lisp package that
Tags C++17 Book Review: Real-Time C++ admin December 23, 2018 Title: Real-Time C++: Efficient Object-Oriented and Template Microcontroller Programming Author: Christopher Kormanyos Publisher: Springer-Verlag Year: 2018 (Third Edition) It was
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