diff --git a/DESCRIPTION b/DESCRIPTION index 4027966..2a62fed 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: BTM Type: Package Title: Biterm Topic Models for Short Text -Version: 0.2 +Version: 0.2.1 Maintainer: Jan Wijffels Authors@R: c( person('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = 'jwijffels@bnosac.be', comment = "R wrapper"), @@ -15,6 +15,7 @@ Description: Biterm Topic Models find topics in collections of short texts. This context window can for example be a twitter message, a short answer on a survey, a sentence of a text or a document identifier. The techniques are explained in detail in the paper 'A Biterm Topic Model For Short Text' by Xiaohui Yan, Jiafeng Guo, Yanyan Lan, Xueqi Cheng (2013) . License: Apache License 2.0 +URL: https://github.com/bnosac/BTM Encoding: UTF-8 LazyData: true Imports: Rcpp, utils diff --git a/NEWS.md b/NEWS.md index 7c6d046..b1bf105 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +### CHANGES IN BTM VERSION 0.2.1 + +- Add URL in DESCRIPTION file + ### CHANGES IN BTM VERSION 0.2 - Allow to get all biterms from the model using terms.BTM