Jate Versions Save

NEWS: JATE2.0 Beta.11 Released, see details below.

v2.0-beta.7

7 years ago
  • 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)

v2.0-beta.1

7 years ago

v2.0-beta

8 years ago

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

v2.0-alpha.1

8 years ago
  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;