Skip to content

Releases: rug-compling/dact

3.0.0-beta1

28 Aug 13:31
Compare
Choose a tag to compare
CI: build and upload AppImage on tags

2.6.7

03 Sep 18:35
Compare
Choose a tag to compare
  • Fix missing trailing semicolons in dact.desktop.

Progress and libxml2 fixes

04 Jul 06:15
Compare
Choose a tag to compare
  • libxml 2.9.8 had an API change in the definition of xmlHashScanner. Handle both < 2.9.8 and >= 2.9.8 correctly.
  • Fix a bug where a timer was immediately stopped, causing the progress bar in the statistics window to stall.

const-correctness fix

21 May 15:52
0bc9ff1
Compare
Choose a tag to compare

const-correctness fix that solves compiler errors on recent gcc versions.

macOS sandboxing

11 Mar 19:30
a9277dd
Compare
Choose a tag to compare
  • Dact URIs as regular command-line arguments.
  • Fix reading of history with just one item.
  • macOS sandboxing fixes.
  • This is the first sandboxed macOS release.
  • Update for Qt 5.10.

Dact 2.6.0: The switch

21 Dec 18:43
v2.6.0
50a381c
Compare
Choose a tag to compare
  • Switch to Berkeley DB XML 6.1.x.
  • Include recent local file in the corpus opening dialog.
  • Improved support for treebanks converted from CoNLL-X.

2.4.4

14 Jan 17:07
Compare
Choose a tag to compare
  • Add parenthesis around predicates before query expansion.

2.4.3

21 Jun 17:11
Compare
Choose a tag to compare
  • Fix path of data files.

2.4.0

21 Jun 17:10
Compare
Choose a tag to compare
  • Experimental support for the TüBa-D/Z treebank.
  • Port to Qt 5.
  • Yield: don't double count multiple occurences in a tree.
  • Support for secondary edges (outside Alpino co-indexing).
  • Use '?' for missing attribute in yield.

Dact 2.2.0

20 Dec 10:11
Compare
Choose a tag to compare

This version of Dact has two new major features:

  • The whole yield of a node can be counted in the statistics tab.
  • Only create one instance of Dact on Windows/Linux. This improves support for dact: URIs.
  • Clean up command-line argument handling.