Releases: sebastianarnold/TeXoo
Releases · sebastianarnold/TeXoo
TeXoo 1.3.3
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
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
New changes for this version:
- Reverted default CUDA version to 9.2
- Fixed sentence splitting at newlines
TeXoo 1.3.0
New changes for this version:
- Updated to deeplearning4j-1.0.0-beta5
- Updated CUDA 10.1 support
TeXoo 1.2.2
New changes for this version:
- Added
setCachingEnabled(...)toEncoder - Added BERT-as-a-service REST encoder
- Bug and security fixes
TeXoo 1.2.1
New changes for this version:
- Added TeXoo-encoder-API module (for REST encoders)
- Some refactorings to the
QueryandResultclasses 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
New changes for this version:
- Updated Deeplearning4j to 1.0.0-beta4
- Added CUDA 10.1 dependency
- Bug fixes
TeXoo 1.1.2
New changes for this version:
- Model Refactoring: added
QueryandResultclasses for QA/IR,Sampleis now calledSnippet - Moved CUDA dependencies into
texoo-cuda-9.2module (can be activated usingcuda-9.2profile) - Added diverse Dataset readers for SECTOR
- Added Dataset streaming from
DirectoryDatasetReader - Made
DocumentFactorythread-safe
TeXoo 1.1.1
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 ofAnnotatorFactory.loadAnnotator(...)
TeXoo 1.1.0
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