At the Summer School of the Swiss Association of Actuaries, in Lausanne, I will start talking about text based data and NLP this Thursday. Slides are available online
Ewen Gallic (AMSE) will present a tutorial on tweets. I can upload a few additional slides on LSTM (recurrent neural nets)
OpenEdition suggests that you cite this post as follows:
Arthur Charpentier (August 14, 2019). Insurance data science : Text. Freakonometrics. Retrieved October 8, 2024 from https://doi.org/10.58079/ovds
Thanks for sharing.
FYI. You might also be interested in using udpipe (https://bnosac.github.io/udpipe/en/) for parsing: e.g. visualisation at https://github.com/bnosac/udpipe/issues/59 or in incorporating traditional sequence models in your course (https://cran.r-project.org/web/packages/crfsuite/index.html) or in incorporating advanced embedding techniques (https://cran.r-project.org/web/packages/ruimtehol/index.html – this package unfortunately seems not to work on Mac however)
thanks Jan !