Releases: LanguageMachines/frog
Releases · LanguageMachines/frog
v0.26
v0.25
[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
[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]
- configure.ac: Bug#993123: frog FTCBFS: hard codes the build
v0.23
- requires libfolia 2.9
- replaced TravisCI by GitHub actions
- fixed proycon/python-frog#20
- some refactoring to avoid unneeded creation of files
v0.22
v0.21
v0.20.1
v0.20
[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
- 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
-
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.