Skip to content

Releases: hltfbk/Excitement-Open-Platform

Release 1.2.3

20 May 09:24
Compare
Choose a tag to compare

Major changes of release 1.2.3 compared to the previous release 1.2.1

New Features:

  • Scorer for multi-class classification problems
  • EDAs configuration files for Bulgarian.

Bug Fixes:

  • Some dependencies in the AdArte module were wrong.

Other small changes:

  • CLaRK (Bulgarian pipeline) data moved from lap/resources to the separate file of the resources (i.e., eop-resources zip file).
  • src/site directory removed from the project
  • derivbase, and dewakdistributional-data directories removed from core/../resources

Release 1.2.1

12 Feb 08:53
Compare
Choose a tag to compare

Major changes of release 1.2.1 compared to the previous release 1.2.0

New Features:

-- AdArte EDA (A Transformation-Driven Approach for Recognizing Textual Entailment) has been developed by FBK and is based on modelling entailment relations as a classification problem where the single T-H pairs are first represented by a sequence of edit operations (i.e., deleting, replacing and inserting pieces of text) called transformations needed to transform T into H, and then used as features to feed up a supervised learning classifier to classify the pairs as positive or negative examples.

-- RTE-3 data set for Bulgarian

-- New installation script for installing the EOP and also TreeTagger after you read and agree to its licence

-- Minor changes to the tracer

Bug Fixes:

Wrong part-of-speech mapping of the Italian language

script for installing TreeTagger

Release 1.2.0

23 Dec 13:17
Compare
Choose a tag to compare

Major changes of release 1.2.0 compared to the previous release 1.1.4

a) P1EDA (alignment-based EDA): this EDA tries to align T with H, according to different aspects of their representation: lexical, syntactic, etc. It eventually classifies whether or not T entails H by considering the plausibility of those alignments.

b) LAP for Bulgarian language

Release 1.1.4

15 Oct 09:03
Compare
Choose a tag to compare
Merge pull request #475 from rzanoli/release

Release 1.1.4

Release 1.1.3

09 Jun 08:45
Compare
Choose a tag to compare

Major changes from EOP-1.1.2 to EOP-1.1.3:

BIUTEE
  • tracer: support for researchers is provided by a visual tracing tool which visualizes every step of the inference.
  • pre-trained models
EDIT DISTANCE EDA
  • different possibilities for stop word removal.
  • different algorithms for normalized edit distance computation.

Release 1.1.2

21 Mar 08:38
Compare
Choose a tag to compare

The major changes of EOP v1.1.2 compared to the previous release 1.1.1 concern BIUTEE EDA that is provided with a new command-line interface (for Linux) available through the BIUTEE environment.

Then the new release fix the EOP v1.1.1 issue about "Wrong version of artifact included" that could cause some strange errors when one uses EOP as a library from their own code.

Release 1.1.1

14 Feb 19:55
Compare
Choose a tag to compare

The major changes of release EOP 1.1.1 compared to the previous release EOP 1.0.2 concern
a partial database migration from MySql to Redis (cf. http://redis.io/) to improve efficiency, and the substantial improvement of the EOP documentation which among others contains now an improved quick start guide, a detailed step by step tutorial, code contribution guide, global graph optimization user guide, a user guide to the Wikipedia lexical miner, a user guide to the distributional similarity package, summary and description of all integrated lexical resources and how to use them, and a uniform treatment and documentation of the EOP configuration file mechanism.