File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ] - 3.2.5-5
8+ ## [ 3.2.5-5] - 2025-11-27
99
1010### Fixed
1111
12- - Use proper -prob flag for making tree-tagger output different interpretations with probabilities
12+ - Use proper ` -prob ` flag for making tree-tagger output different interpretations with probabilities
1313
1414### Added
1515- ** threshold option** : Added ` -t ` option to set probability threshold (default: 0.1)
Original file line number Diff line number Diff line change 88 echo " Wrong number of arguments!"
99 exit 1
1010fi
11- LOCAL_VERSION=4
11+ LOCAL_VERSION=5
1212
1313docker build \
1414--no-cache \
You can’t perform that action at this time.
0 commit comments