Skip to content

Releases: LanguageMachines/frog

v0.13.10

29 Jan 09:37
Compare
Choose a tag to compare

Bug fix release to fix a compilation problem on Max OSX

v0.13.9

07 Nov 17:19
Compare
Choose a tag to compare

Bug fix release, to get all our releases into balance. (Toad release requires 0.13.9)

v0.13.8

26 Oct 13:54
Compare
Choose a tag to compare
  • added -t / --textredundancy option, which is passed to ucto
  • set textclass attributes on entities (folia 1.5 feature)
  • better textclass handling in general
  • multiple types of entities (setnames) are stored in different layers
  • some small provisions for 'multi word' words added. mblem may use them
    other modules just ignore them (seeing a multiword as multi words)
  • added --inpuclass and --outputclass options. (prefer over textclass)
  • added a --retry option, to redo complete directories, skipping what is done.
  • added a --nostdout option to suppress the tabbed output to stdout
  • refactoring and small fixes

v0.13.7

23 Jan 13:04
Compare
Choose a tag to compare
  • Data files are now in share/ rather than etc/ (requires frogdata >= v0.13)

v0.13.6

05 Jan 14:56
Compare
Choose a tag to compare
  • rework done on compounding in MBMA. (still work in progress)
  • lots of improvement in MBMA rule handling. (but still work in progress)
    • support for 'glue' rules added.
    • support for 'hidden' morphemes added.
    • proper CELEX tags are outputted now in the XML
    • some structure labels have better names now
  • removed exit() calls from library modules (issue #17)
  • added languages option which is handled over to ucto too.
    • detect multiple languages
    • handle a selected language an ignore the rest

v0.13.5

13 Sep 14:07
Compare
Choose a tag to compare
  • Added safeguards against faulty data
  • Added manpage for ner tool (issue #8)
  • Added some more compounding rules
  • Read and display frogdata version

v0.13.4

11 Jul 11:15
Compare
Choose a tag to compare
  • added long options --help and --version
  • interactive use is limited to TTY's only, so pipes from std in work
  • added a --language='name' option. it tries to read the configuration from
    a subdirectory with 'name' in the configdir
    The default is 'nl'
  • tokenizer timing is fixed at last
  • be robust against a missing clex tag
  • better warning when OpenMP is not present
  • adaptation in mbma
  • added 2 convenience functions to FragAPI:
    get_full_morph_analysis() and
    get_compound_analysis()
  • CompoundType is now in it;s own namespace
  • some code refactoring, as usual

v0.13.3

10 Mar 11:25
Compare
Choose a tag to compare

New release. Now based on libfolia 1.0

v0.13.0

18 Jan 10:54
Compare
Choose a tag to compare
we hav news

finished transition to Git