Tags Mathematica 12 Python Integration in Mathematica 12 admin May 5, 2019 Mathematica has had Python support since ver 11.2 through ExternalEvaluate[]. In ver 11.3 it was possible to input Python expression
Tags Mathematica 12 TextContents[ ] Function in Mathematica 12 admin April 21, 2019 Mathematica 12 was released a few days ago. It has been over a year since version 11.3 came out in
Tags Computational Linguistics Book Review: Grammar as Science admin April 7, 2019 Title: Grammar as Science Author: Richard K. Larson Publisher: The MIT Press Year: 2010 I love studying English Grammar. That
Tags Azure Computer Vision OCR Using Azure Computer Vision API admin March 28, 2019 I have been getting some good feedback on Azure’s Computer Vision API, in particular, the OCR functionality. Although I am
Tags Open Sound Control Controlling Reaktor from Opusmodus Using OSC admin March 20, 2019 I am a great fan of Opusmodus software. I have written many articles about it in the past. Owing to my
Tags C++ 17 Book Review: C++ Concurrency in Action admin March 10, 2019 Title: C++ Concurrency in Action Author: Anthony Williams Publisher: Manning Publications Co. Year: 2019 (Second Edition) The first edition
Tags Natural Language Processing Text Summarization APIs admin March 3, 2019 I talked about detecting Emotion from text in the last two articles. Another popular text analysis service is Text Summarization. There are
Tags Emotion Detection Emotion Detection using ParallelDots API admin February 24, 2019 Last week, I showed how we can use IBM Natural Language Understanding API to identify emotions from given text. Today,
Tags Emotions Identifying Emotions from Text admin February 17, 2019 Identifying the predominant sentiment in unstructured text is used widely these days. There are several REST API services that allow
Tags Coreference Resolution Coreference Resolution in Stanford CoreNLP admin February 10, 2019 In the last article, I showed how we can use the neuralcoref library along with spaCy to do coreference resolution (examples involved