File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed
Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1+ Release 1.6
2+ - new aligorithm based on Greedy String Tiling
3+ - Java 8 now required
4+ - provide our own implementation of variant graphs
5+ - remove optional and seldomly used integrations with Neo4j and Apache Cocoon
6+ - turn collatex-core into a self-contained library, independent of other components
7+ - package collatex-tools as a self-contained, shaded JAR
8+
19Release 1.5.1
210- Extended the normalization in the javascript alignment table rendering to not only trim
311 whitespace but also lowercase the tokens.
@@ -8,7 +16,7 @@ Release 1.5
816- Feature: Punctuation is now treated as separate tokens by default in the web-service and command-line tool.
917- Transposition limiter is moved from the Transposition Detector class to the DekkerAlgorithm class.
1018- The transposition detector is rewritten. It no longer works from left to right, but from largest
11- moved distance to smallest moved distance. This improves the alignment result in case of longer witnesses.
19+ moved distance to smallest moved distance. This improves the alignment result in case of longer witnesses.
1220- Improved handling of competing blocks of text in the IslandConflictResolver.
1321- Fix: When splitting island in the IslandConflictResolver resulting islands were only
1422kept if there were of size two and up. Now they are kept if they are of size one and up.
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >eu.interedition</groupId >
77 <artifactId >collatex</artifactId >
8- <version >1.5.2-SNAPSHOT </version >
8+ <version >1.6 </version >
99 </parent >
1010 <artifactId >collatex-core</artifactId >
11- <version >1.5.2-SNAPSHOT </version >
11+ <version >1.6 </version >
1212 <name >CollateX Core</name >
1313 <description >A Java library for collating textual sources, for example, to produce an apparatus.</description >
1414</project >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >eu.interedition</groupId >
77 <artifactId >collatex</artifactId >
8- <version >1.5.2-SNAPSHOT </version >
8+ <version >1.6 </version >
99 </parent >
1010 <artifactId >collatex-tools</artifactId >
11- <version >1.5.2-SNAPSHOT </version >
11+ <version >1.6 </version >
1212 <name >CollateX Tools</name >
1313 <description >CollateX Tool Suite including a command line interface and a HTTP service</description >
1414 <dependencies >
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >eu.interedition</groupId >
66 <artifactId >collatex</artifactId >
7- <version >1.5.2-SNAPSHOT </version >
7+ <version >1.6 </version >
88 <packaging >pom</packaging >
99 <name >CollateX</name >
1010 <description >Software for collating textual sources, for example, to produce an apparatus.</description >
You can’t perform that action at this time.
0 commit comments