Skip to content

Releases: PolMine/GermaParl

Fingers Crossed

23 Feb 22:22
Compare
Choose a tag to compare
  • The germaparl_download_lda() function will check md5 sums now when downloading data.
  • If downloading an LDA model using germaparl_download_lda() fails, you will now see an informative message and the return value will be FALSE.

Drunken Sailor

28 Jul 07:44
Compare
Choose a tag to compare
  • Functions included in older versions of the package that used functions from the RcppCWB package had been dropped. An unnecessary declaration of RcppCWB in the 'Imports:' section of the DESCRIPTION file has been removed.
  • The data objects germaparl_by_lp and germaparl_by_year were included as data.table objects, making the presence of the data.table package necessary. To reduce the number of packages imported from and to avoid an error that emerged on Windows, these tables are included as data.frame objects.
  • The documentation of the data objects germaparl_by_lp and germaparl_by_year now includes an explanation of what is reported in rows and columns.
  • The germaparl_by_year table now includes a column unknown_total and unknown_share with the total number of tokens that cannot be lemmatized, and their share, respectively. On this basis, an error in the calculation of the aggregate unknown share for all years can be corrected.

v1.2.0

15 Jul 15:33
Compare
Choose a tag to compare
  • Package includes sample data, but not full corpus upon installation, use germaparl_download_corpus() for downloading full corpus.
  • installation script setpaths.R in ./tools used for adapting paths