LanguageMachines Frog Versions Save

Frog is an integration of memory-based natural language processing (NLP) modules developed for Dutch. All NLP modules are based on Timbl, the Tilburg memory-based learning software package.

v0.25

1 year ago

[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

2 years ago

[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

2 years ago

v0.22

3 years ago

[Ko vd Sloot]

  • start using the tmp_stream() class from ticcutils 0.25

[Maarten van Gompel]

  • Require libfolia 2.6

v0.21

3 years ago

[Ko van der Sloot]

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

v0.20.1

4 years ago

Bug fix release.

  • added missing Doxygen.cfg to the tarball

v0.20

4 years ago

[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

4 years ago
  • fixed an overseen incompatibility problem with the new libfolia. (https://github.com/proycon/tscan/issues/13)
  • removed dependency on MbtServer
  • Some documentation updates
  • improved using Alpino, using unique filenames now.

v0.19

4 years ago
  • 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.

v0.18.6

4 years ago