Skip to content

Releases: ziqizhang/jate

Internal release of JATE2(beta)

24 May 15:02
Compare
Choose a tag to compare
Pre-release
  • various bug fixes for corpus parsing, candidate extraction&indexing, etc.
  • enhanced ATR evaluation with new metrics including overall P/R/F, top N precision, top K percentage precision, etc.
  • modified unit test with minimum pre-filtering and post-filteirng for GENIA (different settings reported in the paper)

Bug fix release of JATE2 Beta version

04 Jun 10:49
Compare
Choose a tag to compare

JATE 2.0 Beta Version Release notes

20 May 14:46
Compare
Choose a tag to compare

The JATE2.0 team is pleased to announce JATE 2.0 Beta version, which fully support both embedded mode and plugin mode.

  • JATE2.0 plugin mode now support index or re-index new or existing corpus with candidate terms
  • More configurations are supported in JATE2.0 plugin mode, e.g.,options for candidate extraction, ATE algorithm, query boosting, etc.
  • example setting of core instance for plugin mode
  • bug fixes for candidate term real-time document updating and re-indexing

JATE 2.0-alpha

29 Mar 21:35
Compare
Choose a tag to compare
JATE 2.0-alpha Pre-release
Pre-release
  1. architectural changes to integrate Apache Solr framework;
  2. improve stability and scalability of JATE2.0 Embedded mode;
  3. support JATE2.0 Plugin mode (e.g., SolrRequestHandler);
  4. update customised Solr plugins for the support of advanced customisation in analyser chain (e.g.,jate.ComplexShingleFilter,EnglishLemmatisationFilterFactory, OpenNLPRegexChunkerFactory, OpenNLPPOSTaggerFactory, OpenNLPTokenizerFactory);
  5. functionality and test/demo for embedded mode (e.g., example setting of analyser chain for two different corpus )
  6. demo & utilities for GENIA and ACL RD-TEC benchmarking;