Skip to content

Releases: sebastianarnold/TeXoo

TeXoo 1.3.3

02 Jun 18:59

Choose a tag to compare

New changes for this version:

  • Updated Dl4j to 1.0.0-beta7
  • Added CDVAnnotator for Contextualized Document Vectors
  • Removed meta-modules for CUDA and AVX optimization, please use Dl4j dependencies instead (see README)

TeXoo 1.3.2

18 Apr 08:24

Choose a tag to compare

New changes for this version:

  • Updated Dl4j to 1.0.0-beta6
  • Small improvements for InMemoryIndex
  • Bug fixes for NER seed training
  • Bug fixes for concurrent access to Annotators
  • Removed Nd4j platform dependiencies (non-Linux), added AVX2 and AVX512 optimizations (CPU)

TeXoo 1.3.1

03 Feb 22:28

Choose a tag to compare

New changes for this version:

  • Reverted default CUDA version to 9.2
  • Fixed sentence splitting at newlines

TeXoo 1.3.0

24 Oct 09:59

Choose a tag to compare

New changes for this version:

  • Updated to deeplearning4j-1.0.0-beta5
  • Updated CUDA 10.1 support

TeXoo 1.2.2

16 Oct 13:55

Choose a tag to compare

New changes for this version:

  • Added setCachingEnabled(...) to Encoder
  • Added BERT-as-a-service REST encoder
  • Bug and security fixes

TeXoo 1.2.1

16 Jul 10:43

Choose a tag to compare

New changes for this version:

  • Added TeXoo-encoder-API module (for REST encoders)
  • Some refactorings to the Query and Result classes in Texoo-retrieval
  • Fixed DocumentFactory for pre-tokenized Sentences and Documents
  • Fixed threading issues during Sentence processing and IR evaluation
  • Bug fixes

TeXoo 1.2.0

28 May 14:02
14e6724

Choose a tag to compare

New changes for this version:

  • Updated Deeplearning4j to 1.0.0-beta4
  • Added CUDA 10.1 dependency
  • Bug fixes

TeXoo 1.1.2

15 Apr 12:25

Choose a tag to compare

New changes for this version:

  • Model Refactoring: added Query and Result classes for QA/IR, Sample is now called Snippet
  • Moved CUDA dependencies into texoo-cuda-9.2 module (can be activated using cuda-9.2 profile)
  • Added diverse Dataset readers for SECTOR
  • Added Dataset streaming from DirectoryDatasetReader
  • Made DocumentFactory thread-safe

TeXoo 1.1.1

18 Feb 16:45

Choose a tag to compare

New changes for this version:

  • Updated SECTOR training and evaluation code (material for accepted TACL paper)
  • Extended functionality for FastTextEncoder and ParVecEncoder
  • Refactored AnnotatorComponent, Tagger and Encoder to new interfaces (ongoing)
  • Added parameter to AnnotatorFactory.loadAnnotator(...) to supply external embeddings search paths
  • AnnotatorFactory.fromXML(...) is now deprecated in favour of AnnotatorFactory.loadAnnotator(...)

TeXoo 1.1.0

25 Jan 11:24
97e1c40

Choose a tag to compare

New changes for this version:

  • replaced CoreNLP sentence splitter and tokenizer with Apache OpenNLP
  • dependency clearing for Apache 2.0 License
  • small improvements to MentionAnnotator, SectorAnnotator and FastTextEncoder