Skip to content

Releases: LanguageMachines/frog

v0.18.5

16 Sep 14:42
Compare
Choose a tag to compare

v0.18.3

22 Jul 09:07
Compare
Choose a tag to compare

Bug fix release:

v0.18.2

15 Jul 09:24
Compare
Choose a tag to compare

Bug fix release:

v0.18.1

19 Jun 10:54
Compare
Choose a tag to compare

Bug fix release.
"tabbed" output contained 1 tab to much when --skip=a was specified

v0.18

19 Jun 08:42
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • provenance uses new 'generate_id' option in libfolia:processor
  • solved problems when frogging partly tokenized FoLiA
  • solved problems when processing with --skip=t
  • small improvement in compound detection (still more to do...)

v0.17

29 May 10:43
Compare
Choose a tag to compare
  • some bug fixes
    • trust the tokenizer to get the default language
    • don't stumble upon empty sentences introduced by a non-breaking-space
    • provenance data is added for all the modules

v0.16

15 May 12:47
Compare
Choose a tag to compare

This is the last release using pre FoLiA 2.0
It includes a total rework of the Frog Internals, aiming at better
maintainability and hoping for a speedup and a smaller memory footprint.
This work will continue in the upcoming release for FoLiA 2.0

Major Changes:

  • total rework. Not using a FoLiA document as the internal datastructure anymore
    but a FrogData structure.
  • use folia::engine for all FoLiA processing
  • -Q option is NOT supported anymore. It was unreliable anyway
  • builds on the newest ucto versions only
  • fix for https://github.com/proycon/LaMachine/issues//135
    #66
  • handles some corner cases in FoLiA better
  • lots of code cleanup
  • numerous small fixes ( e.g. in NER and MBMA results)
  • improved working of --languages option
  • avoid invalid FoLiA: #60
  • fixed memory leaks
  • better handling of weird FoLiA

[Maarten van Gompel]

  • added skeleton for new Frog documentation

v0.15

16 May 14:58
Compare
Choose a tag to compare

[Ko vd Sloot]

  • ucto_tokenizer_mod: removed call of (useless) ucto:setSentenceDetection(true)
  • fix to close the server when a socket fails
  • when frogging a file, and the docID is NOT specified, use the filename as
    the docID (filtering out non-NCName characters)
  • fix building the documentation from TeX files
  • a lot of small code improvements

[Maarten van Gompel]

  • added codemeta.json
  • Fixed python-frog example in documentation (closes #48)

v0.14

19 Feb 15:31
Compare
Choose a tag to compare
  • use TiCC::UniFilter now
  • use TiCC::diacritics_filter now
  • configuration modernized. OSX build supported too
  • XML (FoLiA) files are autodetected
  • some more logging and time stamps added
  • added code to NER module to override original tags (e.g. from gazeteer)

v0.13.10

29 Jan 09:37
Compare
Choose a tag to compare

Bug fix release to fix a compilation problem on Max OSX