Skip to content

Releases: LanguageMachines/frog

v0.33

26 Apr 10:23
Compare
Choose a tag to compare
  • --KANON was not always hounored
  • after a change in ucto, it was needed to reset the tokenizer more often
  • in the lemmatizer, fuzzy matching of CGN tags is implemented

v0.32

05 Dec 14:42
Compare
Choose a tag to compare

[Ko van der Sloot]

  • ignore but warn on empty derivations, a lame fix for #103

v0.31

21 Oct 17:12
Compare
Choose a tag to compare

[Ko van der Sloot]

  • use ticcutils > 0.34. NFC normalizations is standard now
  • use Tokenizer::config_prefix() instead of magic string 'tokconfig-'
  • code cleanup and quality improvement (cppcheck is very useful)

[Maarten van Gompel]

  • added frog demo gif

v0.30

08 May 17:44
Compare
Choose a tag to compare
  • finally fixed a major memory-leak in MBMA which bothered me for months
  • also some minor leaks are plugged

v0.29

05 May 06:42
Compare
Choose a tag to compare

[Ko van der Sloot]

  • added a fix for #100
    (where Frog created invalid FoLiA in a corner-case)
  • improved api_test
  • small code refactoring
  • require libfolia >= 2.15, for correct working of word correction
  • improved MWU code. Using Unicode strings and detecting MWU's with a starting
    Capital.

[Maarten van Gompel]

  • .gitignore: added build dir

v0.28

28 Feb 14:56
Compare
Choose a tag to compare

Minor bugfix release:

[Ko van der Sloot]

  • We no longer accept FoLiA paragraphs with both Words and Sentences.

[Maarten van Gompel]

  • Software metadata fix

v0.27.2

23 Feb 13:38
Compare
Choose a tag to compare

[Maarten van Gompel]

  • Software metadata fix only, no functional changes

v0.27.1

22 Feb 11:44
Compare
Choose a tag to compare

[Maarten van Gompel]

  • Software metadata update only, no functional changes

v0.27

22 Feb 10:53
Compare
Choose a tag to compare

[Ko van der Sloot]
Major Release.
Internally we always perform a 'deep' morphological analysis.
This information is used for XML and JSON output.
For the 'classic' Tabbed output, we maintain backward comptability.
You need to specify '--deep-morph' to get the deep analysis in the output.
You may also specify '--compounds' to get an extra column with compound
information.

Other changes:

  • C++ code quality
  • adapted to more recent Timbl implementations (Unicode awareness)
  • Tokenizer:
    • Better handling of --languages option.
    • 'und' is now also acceptable as a "language"
    • Better debugging possibility
  • Mbma: To many alternatives with Inverted Verbs were generated. As the
    Tagger doesn't help us directly, we filter on the person of the next
    word, and only return V/te2I when the next word is 2-nd person

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