Skip to content

Releases: bnosac/crfsuite

CRAN Release 0.4.2

18 Sep 07:30
Compare
Choose a tag to compare

CHANGES IN crfsuite VERSION 0.4.2

  • Drop C++11 specification in Makevars
  • Remove CITATION file
  • Minor cosmetic changes to remove some Pedantic compiler messages in rcpp_crfsuite.cpp and crfsuite.h
  • Comment out rumavl_strerror in rumavl.h as the function is not used and in order to avoid 'warning: function declaration isn't a prototype [-Wstrict-prototypes]'
  • Fix in mem_mgr of ramvl.c caused by update of valgrind 3.21.0 which is now flagging 'realloc with size 0' in packages
  • Fix memory leak when extracting the hyperparameters from the model with Trainer::params in crfsuite.hpp

CRAN Release 0.4.1

01 Nov 15:43
Compare
Choose a tag to compare

CHANGES IN crfsuite VERSION 0.4.1

  • fixes for R CMD check warning 'a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]'

CRAN Release 0.4

12 Nov 21:32
Compare
Choose a tag to compare

CHANGES IN crfsuite VERSION 0.4

  • Add option shape to txt_feature
  • Added coefficients.crf to allow to easily extract the coefficients from the model instead of the traditional model dump to disk
  • Allow to pass embedding matrix when training and predicting

CRAN Release 0.3.4

12 Oct 13:01
Compare
Choose a tag to compare

CHANGES IN crfsuite VERSION 0.3.4

  • Make example conditionally on availability of udpipe

CRAN Release 0.3.3

01 Sep 15:37
Compare
Choose a tag to compare

CHANGES IN crfsuite VERSION 0.3.3

  • Incorporate CRFsuite commit a2a1547727985e3aff6a35cffe073f57f0223e9d

CRAN Release 0.3.1

27 Apr 19:06
Compare
Choose a tag to compare

CHANGES IN crfsuite VERSION 0.3.1

  • Change the flexdashboard application by adding links to download the annotations

CRAN Release 0.3

31 May 10:56
Compare
Choose a tag to compare

CHANGES IN crfsuite VERSION 0.3

  • Add functionalities to allow to evaluate a model and tune hyperparameters of a crfsuite model
  • Expand txt_feature to allow it to get prefix/suffix of strings
  • Shiny app now does not show htmlOutput but textOutput + outputs extra field called 'text_visible' usefull if you change textOutput("ui_txt") to htmlOutput("ui_txt") in the app
  • ner_download_modeldata now returns an object of try-error if modeldata could not be downloaded from github. This in order to be more gracefull on CRAN machines in case of internet connectivity issues
  • add URL in decscription file
  • remove the GNU make as part of the SystemRequirements

CRAN Release 0.2

23 Oct 11:16
Compare
Choose a tag to compare

CHANGES IN crfsuite VERSION 0.2

  • Fix for as.crf when loaded from file and adding more arguments than just the file
  • added txt_feature as a simple feature extraction to identify if a word is capitalised, an email, an url or a number
  • src/cqdb/src/lookup3.c, fix address sanitizer issue

CRAN release 0.1.1

04 Oct 18:52
Compare
Choose a tag to compare

CHANGES IN crfsuite VERSION 0.1.1

  • Change use of posix_memalign to memalign on Solaris

CRAN Release 0.1

02 Oct 09:38
Compare
Choose a tag to compare

CHANGES IN crfsuite VERSION 0.1