Skip to content

Releases: PolMine/RcppCWB

v0.2.6

23 Oct 07:54
Compare
Choose a tag to compare
  • Function cl_charset_name() is exposed, it will return the charset of a
    corpus. Faster than parsing the registry file again and again.
  • A new cl_delete_corpus()-function can remove loaded corpora from memory.

v0.2.4

16 Jun 17:54
Compare
Choose a tag to compare
  • for linux and macOS, CWB 3.4.14 included, so that UTF-8 support is realized
  • bug removed in check_cqp_query that would prevent special characters from working
    in CQP queries
  • check_strucs, check_cpos and check_id are checking for NAs now to avoid crashes
  • cwb command line tools cwb-makeall, cwb-huffcode and cwb-compress-rdx exposed
    as cwb_makeall, cwb_huffcode and cwb_compress_rdx

v0.2.3

15 May 16:20
Compare
Choose a tag to compare
  • when loading the package, a check is performed to make sure that paths in the
    registry files point to the data files of the sample data (issues may occur when
    installing binaries)
  • auxiliary functions to check whether input to Rcpp-wrappers/C functions is valid
    are now exported and documented
  • more consistent validity checks of input to functions for structural attributes

v0.1.7

21 Feb 07:42
Compare
Choose a tag to compare

v0.1.7

  • first version that is cross-platform compatible (except Solaris) and that is available at CRAN
  • CWB source code included in package, to be GPL compliant
  • template to adjust HOME and INFO in registry file used (tools/setpaths.R)
  • using VignetteBuilder has been removed
  • definition of Rprintf in cwb/cl/macros.c