Corona in Belgium
I lost a few hours this afternoon when digging into the Corona virus data mainly caused by reading this article at this website which gives a nice view on how to be aware of potential issues which can...
View ArticleBiterm topic modelling for short texts
A few weeks ago, we published an update of the BTM (Biterm Topic Models for text) package on CRAN. Biterm Topic Models are especially usefull if you want to find topics in collections of short texts....
View ArticleText Plots
A few weeks ago, we pushed R package textplot to CRAN and it was accepted for release last week. The package contains straightforward functionalities for the visualisation of text, namely of text...
View Articleword2vec in R
Learn how to apply word2vec in R on your text in this pdf presentation available at https://www.bnosac.be/index.php/blog/100-word2vec-in-R. Where we focus on our R package word2vec available at...
View Articlefinding contour lines
Finally, the R package you all have been waiting for has arrived - image.ContourDetector developed at https://github.com/bnosac/image. It detects contour lines in images alongside the 'Unsupervised...
View Articleudpipe R package updated
An update of the udpipe R package (https://bnosac.github.io/udpipe/en) landed safely on CRAN last week. Originally the udpipe R package was put on CRAN in 2017 wrapping the UDPipe (v1.2 C++)...
View Articledoc2vec in R
Learn how to apply doc2vec in R on your text in this pdf presentation available at https://www.bnosac.be/index.php/blog/103-doc2vec-in-R. Where we focus on our R package doc2vec available at...
View ArticleImage Annotation
This week, I uploaded a newer version of the R package recogito to CRAN. The recogito R package provides tools to manipulate and annotate images and text in shiny. It is a htmlwidgets R wrapper around...
View Articleaudio transcription with whisper from R
Last week, OpenAI released version 2 of an updated neural net called Whisper that approaches human level robustness and accuracy on speech recognition. You can now directly call from R a C/C++...
View Article