All Architecture Decisions

List of all architecture decisions made for the system.
NameShort DescriptionParent
HTML Parsing with jsoup
To check HTML we parse it into an internal (DOM-like) representation. For this task we use jsoup HTML parser, an open-source parser without external dependencies.
In the current {revision} we won’t check external links. These checks have been postponed to later versions.
String Similarity Checking with Jaro-Winkler-Distance
The small java-string-similarity library (by Ralph Allen Rice) contains implementations of several similarity-calculation algorithms.

Architecture Decisions

Need more info?

Click the link below, if you need more information on documenting.

Related Information

The following links direct you to related documentation within your wiki.