Publications by Super User

Neural Text Modelling with R package ruimtehol

15.01.2019

Last week the R package ruimtehol was released on CRAN (https://github.com/bnosac/ruimtehol) allowing R users to easily build and apply neural embedding models on text data. It wraps the ‘StarSpace’ library “>https://github.com/facebookresearch/StarSpace allowing users to calculate word, sentence, article, document, webpage, link and entity...

2092 sym

An overview of the NLP ecosystem in R (#nlproc #textasdata)

04.02.2019

At BNOSAC, R is used a lot to perform text analytics as it is an excellent tool that provides anything a data scientist needs to perform data analysis on text in a business settings. For users unfamiliar with all the possibilities that the wealth of R packages offers regarding text analytics, we’ve made this small mindmap showing a list of tech...

1081 sym 2 img

Making thematic maps for Belgium

26.02.2019

For people from Belgium working in R with spatial data, you can find excellent workshop material on creating thematic maps for Belgium at https://workshop.mhermans.net/thematic-maps-r/index.html by Maarten Hermans (researcher at the HIVA – Onderzoeksinstituut voor Arbeid en Samenleving – https://mhermans.net). The plots are heavily based on ...

997 sym 2 img

Human Face Detection with R

22.03.2019

Doing human face detection with computer vision is probably something you do once unless you work for police departments, you work in the surveillance industry or for the Chinese government. In order to reduce the time you lose on that small exercise, bnosac created a small R package (source code available at https://github.com/bnosac/image) whic...

1535 sym R (687 sym/2 pcs) 2 img

Koning Filip lijkt op …

26.03.2019

Last call for the course on Text Mining with R, held next week in Leuven, Belgium on April 1-2. Viewing the course description as well as subscription can be done at https://lstat.kuleuven.be/training/coursedescriptions/text-mining-with-r Some things you’ll learn … is that King Filip of Belgium is similar to public expenses if we just look at...

937 sym R (1985 sym/1 pcs) 2 img

Transfer learning and semi-supervised learning with ruimtehol

13.05.2019

Last week the R package ruimtehol was updated on CRAN giving R users who perform Natural Language Processing access to the possibility to Allow to do semi-supervised learning (learning where you have both text as labels but not always both of them on the same document identifier. Allow to do transfer learning by passing on an embedding matrix (e...

1245 sym R (92 sym/1 pcs)

update of udpipe

24.07.2019

I’m happy to announce that the R package udpipe was updated recently on CRAN. CRAN now hosts version 0.8.3 of udpipe. The main features incorporated in the update include parallel NLP annotation across your CPU cores default models now use models trained on Universal Dependencies 2.4, allowing to do annotation in 64 languages, based on 94 tree...

3730 sym R (370 sym/1 pcs) 2 img

dependency parsing with udpipe

24.07.2019

We have been blogging about udpipe several times now in the following posts: update of udpipe You did a sentiment analysis with tidytext but you forgot to do dependency parsing to answer WHY is something positive/negative udpipe version 0.7 for Natural Language Processing (#NLP) alongside #tidytext, #quanteda, #tm An overview of keyword extracti...

3336 sym R (1584 sym/4 pcs) 6 img

upcoming AI-related courses

15.10.2019

I forgot to do some marketing for the following upcoming AI-related courses which will be given in Leuven, Belgium by BNOSAC 2019-10-17&18: Statistical Machine Learning with R: Subscribe here 2019-11-14&15: Text Mining with R: Subscribe here 2019-12-17&18: Applied Spatial Modelling with R: Subscribe here 2020-02-19&20: Advanced R programming: Su...

1069 sym

Neural Network Machine Learning for NLP

21.01.2020

Last week, we updated package ruimtehol on CRAN. The package provides an easy interface for R users to Starspace which is a general purpose neural embedding model for text data. Notable changes are that the package now also builds fine on Mac OS and runs fine on all CRAN platforms. If you are interested to see what the package can do, have a lo...

1531 sym 2 img