Publications by Super User

Computer Vision Algorithms for R users

21.08.2017

Just before the summer holidays, BNOSAC presented a talk called Computer Vision and Image Recognition algorithms for R users at the UseR conference. In the talk 6 packages on Computer Vision with R were introduced in front of an audience of about 250 persons. The R packages we covered and that were developed by BNOSAC are: image.CornerDetectionF...

1942 sym

Machine Learning with R – upcoming course in Belgium

26.09.2017

For R users interested in Machine Learning, you can attend our upcoming course on Machine Learning with R which is scheduled on 16-17 October 2017 in Leuven, Belgium. This is now the 4th year this course is given at the university of Leuven so we made quite some updates since the first time this was given 4 years ago. During the course you’ll l...

1962 sym 2 img

Is udpipe your new NLP processor for Tokenization, Parts of Speech Tagging, Lemmatization and Dependency Parsing

05.10.2017

If you work on natural language processing in a day-to-day setting which involves statistical engineering, at a certain timepoint you need to process your text with a number of text mining procedures of which the following ones are steps you must do before you can get usefull information about your text Tokenisation (splitting your full text in ...

3975 sym 6 img

Text Mining with R – upcoming courses in Belgium

10.10.2017

We use text mining a lot in day-to-day data mining operations. In order to share our knowledge on this, to show that R is an extremely mature platform to do business-oriented text analytics and to give you practical experience with text mining, our course on Text Mining with R is scheduled for the 3rd consecutive year at LStat, the Leuven Statist...

2188 sym 2 img

CRAN search based on natural language processing

24.10.2017

CRAN contains up to date (October 2017) more than 11500 R packages. If you want to scroll through all of these, you probably need to spend a few days, assuming you need 5 seconds per package and there are 8 hours in a day. Since R version 3.4, we can also get a dataset will all packages, their dependencies, the package title, the description and ...

4230 sym 4 img

An overview of open data from Belgium

10.12.2017

BNOSAC is working on building an application on top of open data from questions and answers given at the parliament in Belgium. It will basically show what our civil servants in parliament are busy with. If you are interested in co-developing, feel free to get in touch for a quick chat. For those of you interested in an overview of open data avai...

1049 sym

Natural Language Processing for non-English languages with udpipe

15.01.2018

BNOSAC is happy to announce the release of the udpipe R package (https://bnosac.github.io/udpipe/en) which is a Natural Language Processing toolkit that provides language-agnostic ‘tokenization’, ‘parts of speech tagging’, ‘lemmatization’, ‘morphological feature tagging’ and ‘dependency parsing’ of raw text. Next to text parsi...

3245 sym R (272 sym/1 pcs) 4 img

Log shiny app visitors and R usage to Google Analytics

28.01.2018

If you work on applications for clients or have open sourced some shiny apps, a question that arises is how is your application being used. What you can do in order to find out how your hard work is being consumed is putting your code in logs and then viewing the logs. An easier way however to track usage of your application is just sending page ...

2643 sym R (923 sym/3 pcs) 4 img

Last call for the course on Advanced R programming

31.01.2018

Last call for the course on Advanced R programming scheduled in Leuven, Belgium on Febuary 20-21 2018. Register at: https://lstat.kuleuven.be/training/coursedescriptions/AdvancedprogramminginR.html You’ll learn during that course: The apply family of functions, basic parallel programming for these functions and commonly needed data manipula...

1111 sym 2 img

A comparison between spaCy and UDPipe for Natural Language Processing for R users

08.02.2018

In the last few years, Natural Language Processing (NLP) has become more and more an open multi-lingual task instead of being held back by language, country and legal boundaries. With the advent of commonly used open data regarding natural language processing tasks as available at http://universaldependencies.org one can now relatively easily com...

6788 sym R (715 sym/1 pcs) 6 img