Tags Algorithmic Music Composition JFugue: A Java Library for Music Synthesis admin December 20, 2020 JFugue is an open-source Java library that can be used for algorithmic music composition. Developed by David Koelle, currently it is
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 C++ Is Deriving from a Concrete Class Bad? admin August 7, 2016 In my first post on Julia, I noted that the language does not allow deriving from a concrete (i.e., non-abstract)