Skip to content

Releases: LanguageMachines/frog

v0.26

02 Jan 15:42
Compare
Choose a tag to compare

[Ko van der Sloot]

  • fix for #96
  • code improvements, readability and fixing CppCheck warnings
  • needs recent ticcutils (>=0.30)
  • needs newest Timbl (6.8) for more Unicode awarenes
  • updated GigHub action

[Maarten van Gompel]

  • added MAINTAINERS file
  • updated codemeta.json

v0.25

22 Jul 10:44
Compare
Choose a tag to compare

[Maarten van Gompel]

  • updated metadata (codemeta.json) following new (proposed) CLARIAH requirements (CLARIAH/clariah-plus#38)
  • added builds-deps.sh for automatically building and installing dependencies
  • added Dockerfile and instructions
  • added support for user-based configuration dirs ($XDG_CONFIG_HOME/frog), takes precedence over global data dirs
  • use frogdata 0.21, ucto 0.25

[Ko vd Sloot]

  • updated Doxygen config file

v0.24

15 Dec 14:07
Compare
Choose a tag to compare

[Ko vd Sloot]

  • start using the newest UTF8 aware Timbl and Mbt and Ucto
  • use NFC normalized UnicodeString more general internaly
  • added a fix in MBMA codng, to get better reproducable result on different
    OS/Compiler combinations
  • lots of small refactoring
  • bumped library version, because of some API changed

[maarten van Gompel]

  • merged a patch suggested by Helmut Grohne [email protected]
    • configure.ac: Bug#993123: frog FTCBFS: hard codes the build
      architecture pkg-config Source: frog Version: 0.20-2
      Tags: patch upstream User:
      [email protected] Usertags:
      ftcbfs frog fails to cross build from source, because configure.ac hard
      codes the build architecture pkg-config in one place (after
      correctly detecting the host architecture one). Simply using the
      correct substitution variable makes frog cross buildable. Please
      consider applying the attached patch.
      Helmut Signed-off-by: Maarten van Gompel [email protected]

v0.23

12 Jul 15:32
Compare
Choose a tag to compare
  • requires libfolia 2.9
  • replaced TravisCI by GitHub actions
  • fixed proycon/python-frog#20
  • some refactoring to avoid unneeded creation of files

v0.22

17 Nov 13:58
Compare
Choose a tag to compare

[Ko vd Sloot]

  • start using the tmp_stream() class from ticcutils 0.25

[Maarten van Gompel]

  • Require libfolia 2.6

v0.21

22 Jul 15:50
Compare
Choose a tag to compare

[Ko van der Sloot]

  • Fixes a problem with temporary files not being cleaned up properly #92

v0.20.1

15 Apr 13:27
Compare
Choose a tag to compare

Bug fix release.

  • added missing Doxygen.cfg to the tarball

v0.20

15 Apr 10:37
Compare
Choose a tag to compare

[Ko vd Sloot]

  • added Doxygen to the build
  • added a lot of comment in Doxygen format
  • adapted to the newest ticcutils version
  • adapted to latest libfolia
  • adapted to latest ucto
  • lots of code refactorings
  • implemented --JSONin option (server only)
  • implemented --JSONout option
  • added a --allow-word-correction option which allows ucto to correct FoLiA
    Word nodes

[Iris Hendrix]
Documentation updates

v0.19.1

15 Nov 11:51
Compare
Choose a tag to compare
  • fixed an overseen incompatibility problem with the new libfolia.
    (CentreForDigitalHumanities/tscan#13)
  • removed dependency on MbtServer
  • Some documentation updates
  • improved using Alpino, using unique filenames now.

v0.19

21 Oct 11:55
Compare
Choose a tag to compare
  • added code to use a locally installed Alpino parser

  • added code to use a remote Alpino Server

  • added code to use (remote) timblservers and mbtservers for alle modules
    using JSON calls. Stil experimental.

  • several code refactoring and small fixes:

    • memory leaks
    • using NER files in non-standard locations
    • bug fixes for some corner cases.
  • frog.*.debug files are cleaned up after 1 day.