Skip to content

Commit

Permalink
Merge branch 'master' of github.com:interedition/collatex
Browse files Browse the repository at this point in the history
  • Loading branch information
tla committed Feb 27, 2015
2 parents 48e52ea + b89f493 commit ac4deaf
Show file tree
Hide file tree
Showing 227 changed files with 13,897 additions and 18,329 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# http://editorconfig.org/

root = true

[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = false
indent_style = space
indent_size = 4
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ target
.settings/
bin/
site/vendor
node_modules
10 changes: 9 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release 1.6
- new aligorithm based on Greedy String Tiling
- Java 8 now required
- provide our own implementation of variant graphs
- remove optional and seldomly used integrations with Neo4j and Apache Cocoon
- turn collatex-core into a self-contained library, independent of other components
- package collatex-tools as a self-contained, shaded JAR

Release 1.5.1
- Extended the normalization in the javascript alignment table rendering to not only trim
whitespace but also lowercase the tokens.
Expand All @@ -8,7 +16,7 @@ Release 1.5
- Feature: Punctuation is now treated as separate tokens by default in the web-service and command-line tool.
- Transposition limiter is moved from the Transposition Detector class to the DekkerAlgorithm class.
- The transposition detector is rewritten. It no longer works from left to right, but from largest
moved distance to smallest moved distance. This improves the alignment result in case of longer witnesses.
moved distance to smallest moved distance. This improves the alignment result in case of longer witnesses.
- Improved handling of competing blocks of text in the IslandConflictResolver.
- Fix: When splitting island in the IslandConflictResolver resulting islands were only
kept if there were of size two and up. Now they are kept if they are of size one and up.
Expand Down
97 changes: 0 additions & 97 deletions collatex-cocoon/pom.xml

This file was deleted.

17 changes: 0 additions & 17 deletions collatex-cocoon/rcl.properties

This file was deleted.

Loading

0 comments on commit ac4deaf

Please sign in to comment.