Tags HomeopathyNatural Language ProcessingProgrammingPython Information Extraction Using spaCy’s Pattern Matcher admin July 11, 2019 In the previous article, I explored the Deep Categorization capabilities of MeaningCloud. We saw how a powerful rule-based pattern matching
Tags HomeopathyNatural Language ProcessingProgramming Text Analysis Using MeaningCloud’s Deep Categorization API admin June 24, 2019 MeaningCloud announced their premium offering “Deep Categorization” service quite recently. You can read about it in this nice blog by Blanca Galego.
Tags MathematicaProgramming Using NodeJS in Mathematica 12 admin June 8, 2019 In an earlier article, I had described Python integration in Mathematica 12. In addition to Python, NodeJS is also supported
Tags LISPMathematicaProgramming Currying in Mathematica admin May 19, 2019 One of the more recent additions to the core Wolfram Language is the “Curry” function. It was introduced in Mathematica
Tags MathematicaProgrammingPython 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 MathematicaNatural Language ProcessingProgramming 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 Image ProcessingProgrammingPython 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 LISPMusicProgramming 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 Book ReviewC++Programming 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 LISPNatural Language ProcessingProgramming 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,